aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-4/+4
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-05-29Add minimal 802.11j decoding. There's not fun in doing more unlessjmayer1-5/+14
2005-04-22Don't pass a null format string to val_to_str().gerald1-1/+1
2005-03-14Don't cruft up the display of the bitmap with "Tag interpretation". guy1-2/+2
2005-03-13Don't attempt to get a pointer to the entire tagged field whenguy1-123/+170
2005-03-11From Vladimir Kondratiev:guy1-64/+97
2005-03-09From Vladimir Kondratiev:guy1-7/+61
2005-02-24Add some minor Cisco proprietary stuff (hostname, network-eap)jmayer1-3/+18
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-07In case we have an unknown vendor tag, just decode the vendor fromjmayer1-2/+4
2005-01-14Pass 0, not FALSE, as the FCS length argument (FALSE is defined as 0,guy1-2/+2
2004-12-31Make sure print_buff is \0-terminatedjmayer1-0/+1
2004-12-31As pointed out by Guy: We should be able to filter on the original SSID,jmayer1-2/+5
2004-12-27Again, another warning (hopefully) removed.ulfl1-1/+1
2004-12-22Add only one protocol tree item for the "weak IV" flag - add it as aguy1-5/+6
2004-12-22Properly declare a variable as volatile, as the longjmp done by theguy1-1/+1
2004-12-21Giles Scott: Add Wlan tapjmayer1-2/+25
2004-12-20Found by Buildbot Solaris: isprint.h include only works on glib2 systemsjmayer1-0/+1
2004-12-20- Diplay SSID in mangemntframesjmayer1-24/+34
2004-12-19Giles Scott: Port weak key detection from Airsnortjmayer1-1/+52
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedguy1-3/+3
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-21From metatech: at least on Windows XP, if a Centrino 802.11 interface isguy1-2/+7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+3445