aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-1/+1
* various code cleanup:Ulf Lamping2005-08-081-1/+1
* Get rid of another unused variable.Guy Harris2005-07-301-1/+0
* Get rid of some unused variables.Guy Harris2005-07-301-3/+1
* ememify some more calls to tvb_get_string()Ronnie Sahlberg2005-07-281-2/+1
* The latest patch used the fieldsJörg Mayer2005-07-271-1/+3
* Ankur Aggarwal:Jörg Mayer2005-07-271-63/+424
* char -> const char warning fixesJörg Mayer2005-07-261-6/+6
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-2/+2
* Lars Ruoff:Jörg Mayer2005-07-241-2/+8
* Squelch various signed vs. unsigned warnings by:Guy Harris2005-07-091-4/+4
* checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping2005-07-081-2/+2
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-1/+1
* Add minimal 802.11j decoding. There's not fun in doing more unlessJörg Mayer2005-05-291-5/+14
* Don't pass a null format string to val_to_str().Gerald Combs2005-04-221-1/+1
* Don't cruft up the display of the bitmap with "Tag interpretation". Guy Harris2005-03-141-2/+2
* Don't attempt to get a pointer to the entire tagged field whenGuy Harris2005-03-131-123/+170
* From Vladimir Kondratiev:Guy Harris2005-03-111-64/+97
* From Vladimir Kondratiev:Guy Harris2005-03-091-7/+61
* Add some minor Cisco proprietary stuff (hostname, network-eap)Jörg Mayer2005-02-241-3/+18
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-1/+1
* In case we have an unknown vendor tag, just decode the vendor fromJörg Mayer2005-02-071-2/+4
* Pass 0, not FALSE, as the FCS length argument (FALSE is defined as 0,Guy Harris2005-01-141-2/+2
* Make sure print_buff is \0-terminatedJörg Mayer2004-12-311-0/+1
* As pointed out by Guy: We should be able to filter on the original SSID,Jörg Mayer2004-12-311-2/+5
* Again, another warning (hopefully) removed.Ulf Lamping2004-12-271-1/+1
* Add only one protocol tree item for the "weak IV" flag - add it as aGuy Harris2004-12-221-5/+6
* Properly declare a variable as volatile, as the longjmp done by theGuy Harris2004-12-221-1/+1
* Giles Scott: Add Wlan tapJörg Mayer2004-12-211-2/+25
* Found by Buildbot Solaris: isprint.h include only works on glib2 systemsJörg Mayer2004-12-201-0/+1
* - Diplay SSID in mangemntframesJörg Mayer2004-12-201-24/+34
* Giles Scott: Port weak key detection from AirsnortJörg Mayer2004-12-191-1/+52
* Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris2004-11-241-3/+3
* Move various checksum routines and headers to epan.Guy Harris2004-09-281-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* From metatech: at least on Windows XP, if a Centrino 802.11 interface isGuy Harris2004-07-211-2/+7
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+3445