aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-23Call capture_radiotap() when capturing on a device supplying RadiotapGuy Harris1-4/+17
2006-01-23Rename all the COOK_ macros to indicate the field from which they'reGuy Harris1-35/+39
2006-01-23From Sam Leffler:Guy Harris1-132/+244
2006-01-17According to 802.11e D11, 7.3.2.13, station count is a 16 bit value.Jörg Mayer1-5/+5
2006-01-17- Replace snprintf by g_snprintfJörg Mayer1-25/+21
2006-01-13- Change Cisco QBSS V2 to be part of the Aironet IE dissection.Jörg Mayer1-58/+32
2006-01-11From Thomas SillaberJaap Keuter1-4/+121
2006-01-09First attempt to decode CCX type 4 IEs (QoS?)Jörg Mayer1-1/+46
2006-01-05- Undo the COL_PROTOCOL misuse introduced with rev 15115.Jörg Mayer1-5/+56
2006-01-05Jaap Keuter:Jörg Mayer1-1/+9
2005-12-16From Jaap Keuter:Anders Broman1-1/+1
2005-10-31Get rid of an unused variable, and declare a variable that points into aGuy Harris1-2/+2
2005-10-30- Split dissect_wendor_specific_ie intoJörg Mayer1-22/+62
2005-10-30- Remove trailing whitespaceJörg Mayer1-82/+78
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