CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/20 11:52:35
Modified files:
usr.sbin/tcpdump: print-802_11.c
Log message:
Fix tcpdump(8) display of logical link control data in IEEE802 frames.
The frame subtype field is in the first byte of frame control but tcpdump(8)
was looking at the second byte to determine if this is a data frame.
Patch by Nathanael Rensen, thanks!
