]> The Tcpdump Group git mirrors - tcpdump/commit
Only print unknown frame type or subtype messages once.
authorGuy Harris <[email protected]>
Thu, 16 Apr 2015 01:13:53 +0000 (18:13 -0700)
committerGuy Harris <[email protected]>
Thu, 16 Apr 2015 01:14:10 +0000 (18:14 -0700)
commite4c749fb24ac2458964a270b9244353e0a5b7bf2
treea858f79b0e3b089f09f9564b6042b6b053b66b84
parent3f1a81d40a784db2b273cbbc810f7e5b0616b8a3
Only print unknown frame type or subtype messages once.

Check whether extract_header_length() returns 0; if it does, that means
that  we don't have a known frame type or control frame subtype, so just
stop dissecting - extract_header_length() has already printed an
indication of the unknown frame type.

Remove other "unknown frame type" and "unknown control frame subtype"
printouts.
print-802_11.c