aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-13From Ankur Aggarwal:Anders Broman1-5/+5
2005-08-27sprintf big fixRonnie Sahlberg1-1/+1
2005-08-20more sprintf updatesRonnie Sahlberg1-2/+4
2005-08-17snprintf -> g_snprintfUlf Lamping1-40/+40
2005-08-16Change to match more closely the way I read 802.11h, at least; I'm justGuy Harris1-56/+79
2005-08-16Note where a table comes from, and that we don't use it.Guy Harris1-0/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-1/+1
2005-07-30Get rid of another unused variable.Guy Harris1-1/+0
2005-07-30Get rid of some unused variables.Guy Harris1-3/+1
2005-07-28ememify some more calls to tvb_get_string()Ronnie Sahlberg1-2/+1
2005-07-27The latest patch used the fieldsJörg Mayer1-1/+3
2005-07-27Ankur Aggarwal:Jörg Mayer1-63/+424
2005-07-26char -> const char warning fixesJörg Mayer1-6/+6
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
2005-07-24Lars Ruoff:Jörg Mayer1-2/+8
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-4/+4
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-05-29Add minimal 802.11j decoding. There's not fun in doing more unlessJörg Mayer1-5/+14
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs1-1/+1
2005-03-14Don't cruft up the display of the bitmap with "Tag interpretation". Guy Harris1-2/+2
2005-03-13Don't attempt to get a pointer to the entire tagged field whenGuy Harris1-123/+170
2005-03-11From Vladimir Kondratiev:Guy Harris1-64/+97
2005-03-09From Vladimir Kondratiev:Guy Harris1-7/+61
2005-02-24Add some minor Cisco proprietary stuff (hostname, network-eap)Jörg Mayer1-3/+18
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-07In case we have an unknown vendor tag, just decode the vendor fromJörg Mayer1-2/+4
2005-01-14Pass 0, not FALSE, as the FCS length argument (FALSE is defined as 0,Guy Harris1-2/+2
2004-12-31Make sure print_buff is \0-terminatedJörg Mayer1-0/+1
2004-12-31As pointed out by Guy: We should be able to filter on the original SSID,Jörg Mayer1-2/+5
2004-12-27Again, another warning (hopefully) removed.Ulf Lamping1-1/+1
2004-12-22Add only one protocol tree item for the "weak IV" flag - add it as aGuy Harris1-5/+6
2004-12-22Properly declare a variable as volatile, as the longjmp done by theGuy Harris1-1/+1
2004-12-21Giles Scott: Add Wlan tapJörg Mayer1-2/+25
2004-12-20Found by Buildbot Solaris: isprint.h include only works on glib2 systemsJörg Mayer1-0/+1
2004-12-20- Diplay SSID in mangemntframesJörg Mayer1-24/+34
2004-12-19Giles Scott: Port weak key detection from AirsnortJörg Mayer1-1/+52
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+3
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-21From metatech: at least on Windows XP, if a Centrino 802.11 interface isGuy Harris1-2/+7
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3445