]> The Tcpdump Group git mirrors - tcpdump/history - print-802_11.c
Backout CHANGES update - wrong branch
[tcpdump] / print-802_11.c
2007-07-22  guyHandle the padding that Atheros adapters helpfully...
2007-07-22  guyHandle 802.11 frames with QoS data.
2007-07-22  guyDon't attempt to dissect the payload of a no-data frame.
2007-02-01  guyFix a potential buffer overflow in the 802.11 printer...
2006-06-13  guyPick up check for bad FCS from NetBSD version.
2005-11-13  guyUse sizeof to get sizes of various structure members...
2005-11-13  guyFix the sense of a test.
2005-11-13  guyGet rid of a return value in a void function.
2005-11-13  guyHave parse_elements() flag each item as "present (and...
2005-10-17  guyUniformly use IEEE802_11_TSTAMP_LEN as the 802.11 times...
2005-07-30  guyPut calls to print the management frame type in the...
2005-07-30  guyWe already print "Unhandled Management subtype(N)"...
2005-07-30  guyMake "subtype_text[]" have 16 elements, for all 16...
2005-07-07  guyAdd a flag to suppress the "default_print()" call made...
2005-04-20  guyAttempt to squelch a warning from the SGI C compiler.
2004-11-04  guyFrom Gisle Vanem: the Digital Mars C compiler doesn...
2004-09-23  dyoungAdd the radiotap capture format to tcpdump. radiotap...
2004-03-17  guyFix up a bunch of comments - the on-the-wire length...
2003-12-10  guyGet rid of the no-longer-used frame control argument...
2003-11-27  guyDon't stick an extra "RESERVED" in the printout for...
2003-11-27  guyPrint the subtype of management frames *before* parsing...
2003-11-19  guyFix a typo (as per NetBSD).
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2003-07-22  guyFrom David Young:
2003-07-22  guyStylistic cleanups, from David Young.
2003-02-04  guyFrom David Young: print Ack/Poll information for data...
2002-12-19  guyHoist a bunch of stuff that should be done by all if_pr...
2002-12-18  guyAdd a new routine "default_print_packet()", which takes...
2002-12-18  guyWe no longer use "packetp" for anything, so eliminate...
2002-12-17  guyHandle DLT_PRISM_HEADER captures that are really DLT_IE...
2002-12-12  guyFrom Atsushi Onoe <[email protected]>: NetBSD change...
2002-12-12  guyDon't hardwire in the length of the AVS capture header...
2002-12-12  guyAdd support for DLT_PRISM and DLT_IEEE802_11_RADIO.
2002-12-11  guyGet rid of a bogus extra space.
2002-09-05  guyGet rid of the "-Wno-unused" flag, and fix up most...
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-11  itojunwhitespace cleanup
2002-05-13  guyIf we run out of data in the when processing tagged...
2001-09-17  fennerEliminate some unused parameters.
2001-07-05  guyPut the infodelay wrapping into the remaining "XXX_if_p...
2001-06-15  itojunstyle. avoid sprintf
2001-06-14  guyDon't use "sizeof" to compute the sizes of various...
2001-06-13  guyDon't make the FCS field of a control frame structure...
2001-06-12  guyIEEE 802.11 support, from Charlie Lenahan <clenahan...