Fix tcpdump(8) display of logical link control data in IEEE802 frames.
authorstsp <stsp@openbsd.org>
Sun, 20 Jul 2014 17:52:34 +0000 (17:52 +0000)
committerstsp <stsp@openbsd.org>
Sun, 20 Jul 2014 17:52:34 +0000 (17:52 +0000)
commit93cbfc44a3c3ec7d16a797f92f508a7d829ae2f1
treece446df6c002a8cd80e96003d30913d2075641e1
parent91d36ec91d3b174fd269bc1b2932b6c8ed21864e
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!
usr.sbin/tcpdump/print-802_11.c