Stephen Fisher:
[obnox/wireshark/wip.git] / epan / dissectors / packet-ieee80211.c
2006-10-13 geraldMake the "WEP key count" option match the number of...
2006-10-10 geraldRemove a leftover printf.
2006-10-10 geraldFirst step in integrating the AirPcap WEP preferences...
2006-08-26 guyDon't define the Aironet/Cisco Wireless OUI ourselves...
2006-07-20 jmayerDaniel Drake <dsd@gentoo.org>:
2006-07-13 jmayerDecode another byte in Cisco's IE 133 (number of associ...
2006-07-05 jmayerAdd a comment about a Cisco proprietary tag.
2006-06-09 sahlbergFrom Christoph Werle
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-01-23 guyCall capture_radiotap() when capturing on a device...
2006-01-23 guyRename all the COOK_ macros to indicate the field from...
2006-01-23 guyFrom Sam Leffler:
2006-01-17 jmayerAccording to 802.11e D11, 7.3.2.13, station count is...
2006-01-17 jmayer- Replace snprintf by g_snprintf
2006-01-13 jmayer- Change Cisco QBSS V2 to be part of the Aironet IE...
2006-01-11 jakeFrom Thomas Sillaber
2006-01-09 jmayerFirst attempt to decode CCX type 4 IEs (QoS?)
2006-01-05 jmayer- Undo the COL_PROTOCOL misuse introduced with rev...
2006-01-05 jmayerJaap Keuter:
2005-12-16 etxrabFrom Jaap Keuter:
2005-10-31 guyGet rid of an unused variable, and declare a variable...
2005-10-30 jmayer- Split dissect_wendor_specific_ie into
2005-10-30 jmayer- Remove trailing whitespace
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-13 etxrabFrom Ankur Aggarwal:
2005-08-27 sahlbergsprintf big fix
2005-08-20 sahlbergmore sprintf updates
2005-08-17 ulflsnprintf -> g_snprintf
2005-08-16 guyChange to match more closely the way I read 802.11h...
2005-08-16 guyNote where a table comes from, and that we don't use it.
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-08 ulflvarious code cleanup:
2005-07-30 guyGet rid of another unused variable.
2005-07-30 guyGet rid of some unused variables.
2005-07-28 sahlbergememify some more calls to tvb_get_string()
2005-07-27 jmayerThe latest patch used the fields
2005-07-27 jmayerAnkur Aggarwal:
2005-07-26 jmayerchar -> const char warning fixes
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-24 jmayerLars Ruoff:
2005-07-09 guySquelch various signed vs. unsigned warnings by:
2005-07-08 ulflchecksum messages: use "[correct]" instead of "(correct...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-05-29 jmayerAdd minimal 802.11j decoding. There's not fun in doing...
2005-04-22 geraldDon't pass a null format string to val_to_str().
2005-03-14 guyDon't cruft up the display of the bitmap with "Tag...
2005-03-13 guyDon't attempt to get a pointer to the entire tagged...
2005-03-11 guyFrom Vladimir Kondratiev:
2005-03-09 guyFrom Vladimir Kondratiev:
2005-02-24 jmayerAdd some minor Cisco proprietary stuff (hostname, netwo...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-02-07 jmayerIn case we have an unknown vendor tag, just decode...
2005-01-14 guyPass 0, not FALSE, as the FCS length argument (FALSE...
2004-12-31 jmayerMake sure print_buff is \0-terminated
2004-12-31 jmayerAs pointed out by Guy: We should be able to filter...
2004-12-27 ulflAgain, another warning (hopefully) removed.
2004-12-22 guyAdd only one protocol tree item for the "weak IV" flag...
2004-12-22 guyProperly declare a variable as volatile, as the longjmp...
2004-12-21 jmayerGiles Scott: Add Wlan tap
2004-12-20 jmayerFound by Buildbot Solaris: isprint.h include only works...
2004-12-20 jmayer- Diplay SSID in mangemntframes
2004-12-19 jmayerGiles Scott: Port weak key detection from Airsnort
2004-11-24 guyExport two versions of the Ethereal dissector, for...
2004-09-28 guyMove various checksum routines and headers to epan.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-21 guyFrom metatech: at least on Windows XP, if a Centrino...
2004-07-18 gramMove dissectors to epan/dissectors directory.