]> 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)
committerfxlb <[email protected]>
Mon, 4 Nov 2024 13:56:55 +0000 (13:56 +0000)
commit487405e871739842bc46caaba27f93419f2722ed
tree4afee9c6d4ba1fb079e7d9fe053ffe2c54d63cb2
parent40c29b66d7473224e7f02ba6aa107c9610879cb0
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]>
print-ptp.c