aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-18It appears that some fields in the Prism header might have a DID valueguy1-7/+8
2007-12-18Put radio information from a pseudo-header into its own protocol treeguy1-60/+62
2007-12-18Interpret the signal and noise values in an AVS header appropriately, asguy1-15/+105
2007-12-18Fold the Prism and AVS header dissectors into packet-ieee80211.c, andguy1-7/+613
2007-12-03My compiler (I think wrongly) says that fnum could be used uninitialised.martinm1-1/+1
2007-11-29Didier Gautheron:etxrab1-0/+160
2007-11-27Fixes from Sam Leffler:gerald1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-11-27From Tuomas Maattanen: Fix a .11e QBSS IE endian error.gerald1-1/+1
2007-11-23From Jens Braeuer:stig1-0/+6
2007-10-23Apply the small performance enhancment patches for:etxrab1-9/+7
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...richardv1-72/+72
2007-09-19Append the packet type and flags to the top-level 802.11 tree item, and appendgerald1-14/+31
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11stig1-0/+3
2007-09-05Fix indentation.guy1-9/+9
2007-08-30Fixed a brace placement to enable the default casestig1-8/+6
2007-08-27From Tuomas Maattanen:stig1-13/+14
2007-07-12From Guillem Hernandez: fix decoding of EOSP bit. From Jaap Keuter: fix descr...morriss1-3/+3
2007-07-10Add a missing display filter.gerald1-1/+1
2007-07-09From Dustin Johnson: Fix a typo.gerald1-1/+1
2007-06-21In packet-ieee802.11.c, fix a serious preference bug introduced in thegerald1-7/+7
2007-06-21Be less restrictive about WEP key preferences. Use hex_str_to_bytes togerald1-28/+47
2007-06-14The 802.11 dissector calculates the header size, so pass that value togerald1-5/+6
2007-06-14Add a hint for using wlan.fc.type_subtype.gerald1-1/+1
2007-06-07Add an option to ignore vendor-specific HT elements.gerald1-1/+16
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.guy1-5/+5
2007-05-29From David Howells :standel1-5/+5
2007-05-25Throw an exception instead of trying to add a 4GB fragment.gerald1-0/+2
2007-05-18From Dustin Johnson:gerald1-8/+8
2007-05-14From Dustin Johnson: Fix a couple of spelling errors. Normalize the displaygerald1-10/+4
2007-05-12Fix a bunch of spelling errors.gerald1-37/+37
2007-05-11implented -> implemented.gerald1-2/+2
2007-05-11Add separate filters for vendor-specific HT items.gerald1-30/+56
2007-05-07Bug fixes and cleanup from Dustin Johnson and myself:gerald1-23/+16
2007-05-02Add a routine to dissect the MCS Set. Add a tree for the MCS Setgerald1-33/+95
2007-05-01From Dustin Johnson: Normalize indentation.gerald1-3003/+2993
2007-05-01Parenthesize to squelch a compiler warning (a warning that suggests thatguy1-2/+2
2007-04-30From Dustin Johnson and myself:gerald1-349/+510
2007-04-25From Dustin Johnson:gerald1-92/+124
2007-04-25From Stig Bjørlykke:gerald1-2/+2
2007-04-20Move some data frame back out of the control frame scope, so Wireshark gerald1-25/+119
2007-04-20Fix 64-bit integer handling and whitespace.gerald1-8/+9
2007-04-20More .11n-related updates and additions from Dustin Johnson and myself:gerald1-958/+1838
2007-04-17Fix warnings of the form "long long unsigned int format, guint64 arg": usemorriss1-5/+5
2007-04-17More .11k/n updates from Dustin Johnson:gerald1-415/+1046
2007-04-16From Tuomas Maattanen:gerald1-13/+14
2007-04-13Remove unused variable that is causing a warning sfisher1-1/+0
2007-04-13802.11k/n updates from Dustin Johnson:gerald1-342/+1101
2007-04-12Additional 802.11k/n support from Dustin Johnson and myself:gerald1-246/+1786