]> The Tcpdump Group git mirrors - tcpdump/commit
ptp: Fix management packet fields
authorCasper Andersson <[email protected]>
Mon, 11 Mar 2024 17:06:11 +0000 (18:06 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 4 Nov 2024 14:04:29 +0000 (15:04 +0100)
commitae9a8128e1f125b5906495f27e01cf2ba66e03d6
tree82e61e8edb5b239720115a4dd77bea29f8393077
parenteabd8302ae48ff937e4b64691e1d3f9d44341c6e
ptp: Fix management packet fields

`bp` was modified inside the function but the change was not
reflected back outside, resulting in the fields afterwards accessing
the wrong part of the packet.

Signed-off-by: Casper Andersson <[email protected]>
(cherry picked from commit 487405e871739842bc46caaba27f93419f2722ed)
print-ptp.c