netsniff-ng: Use correct flag to check tpacket uhdr validity
commitd84a6b7139f3c6d0eb70615543cf368350000e5b
authorTobias Klauser <tklauser@distanz.ch>
Mon, 24 Aug 2015 12:46:02 +0000 (24 14:46 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 24 Aug 2015 12:46:02 +0000 (24 14:46 +0200)
tree76b9db71792134e364913347c7977fc01723af5a
parent71c28eff00a8a8896c45fa20330b623d265ae5c7
netsniff-ng: Use correct flag to check tpacket uhdr validity

When fixing up a build error introduced by commit 579e8524
("netsniff-ng: vlan: Show vlan info from tpacket v3"), the used
definitions got mixed up and TP_STATUS_VLAN_TPID_VALID ended up not
being checked at all. Fix this up and make the code a bit easier to read

Fixes: 3384ee71 ("netsniff-ng: ring: Fix build if tp_vlan_tpid is not available in kernel header")
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ring.h