]> The Tcpdump Group git mirrors - tcpdump/commitdiff
DSA: Correctly determine VID 889/head
authorTobias Waldekranz <[email protected]>
Tue, 5 Oct 2021 20:46:40 +0000 (22:46 +0200)
committerTobias Waldekranz <[email protected]>
Tue, 5 Oct 2021 20:52:00 +0000 (22:52 +0200)
The 4 MSBs of the VID is stored in the lower nibble of the tag's third
byte.

Previously the priority bits where folded into the VID space, e.g. a
packet with VID=1 and priority 6 was printed as having a VID of
1537 (0x601).

Add DSA test PCAPs with packets containing a high VID and non-zero
FPri values to make sure we catch any future regressions.

Signed-off-by: Tobias Waldekranz <[email protected]>

No differences found