From: Tobias Waldekranz Date: Tue, 5 Oct 2021 20:46:40 +0000 (+0200) Subject: DSA: Correctly determine VID X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/dde10e03666be601f35cb4730172f13f847b5294?hp=dde10e03666be601f35cb4730172f13f847b5294 DSA: Correctly determine VID 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 ---