aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-07Fix incorrect packet-details display of certain 1 bit FT_BOOLEAN fields.Bill Meier1-3/+3
2012-03-06Don't use FT_*INT with true_false strings: the code to generateJeff Morriss1-2/+2
2012-02-16Let part of the patch speak for itself:Jörg Mayer1-3/+25
2012-02-14- dissect_vendor_ie_atheros:Jörg Mayer1-20/+29
2012-02-13In a loop of the formGuy Harris1-12/+14
2012-02-11Don't use 16-bit integers as counters. The code won't be any faster onGuy Harris1-3/+5
2012-02-09Eliminate a C++/C99-style comment.Jeff Morriss1-2/+2
2012-02-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+10
2011-12-09From beelzebutt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6597Alexis La Goutte1-1/+1
2011-12-09From Johannes BergJaap Keuter1-1/+24
2011-11-27Don't specify an hf[] item as using a range_string when it's really using a v...Bill Meier1-1/+1
2011-11-08Remove a duplicate "TID" found by checkAPIs.pl.Gerald Combs1-1/+1
2011-11-08From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6548Alexis La Goutte1-0/+10
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-67/+67
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-3/+3
2011-10-16From Jouni Malinen: Anders Broman1-6/+121
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-13/+13
2011-10-12From Jouni Malinen: Anders Broman1-1099/+0
2011-10-12Fix a case wherein proto_tree_add_boolean() was intended instead of proto_tre...Bill Meier1-3/+3
2011-10-11From Jouni Malinen: Anders Broman1-208/+173
2011-10-11From Jouni Malinen: Anders Broman1-244/+413
2011-10-11From Jouni Malinen: Anders Broman1-84/+83
2011-10-11From Jouni Malinen: Anders Broman1-1/+211
2011-10-11From Jouni Malinen: Anders Broman1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-09From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422Alexis La Goutte1-188/+135
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422Alexis La Goutte1-69/+73
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422Alexis La Goutte1-994/+1310
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6421Alexis La Goutte1-7/+50
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6421Alexis La Goutte1-1/+208
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6420Alexis La Goutte1-2/+2
2011-10-06Fix for bug 6356:Jaap Keuter1-5/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-40/+40
2011-09-30From Clemix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6408Alexis La Goutte1-4/+129
2011-09-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6359Alexis La Goutte1-163/+150
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-16Change encoding type from TRUE/FALSE to ENC_LITTLE_ENDIAN/ ENC_BIG_ENDIANAnders Broman1-567/+567
2011-09-16From Jouni Malinen:Anders Broman1-4/+19
2011-09-16From Jouni Malinen:Anders Broman1-1/+336
2011-09-15From Jouni Malinen:Anders Broman1-0/+92
2011-09-15From Jouni Malinen:Anders Broman1-0/+23
2011-09-15From Jouni Malinen:Anders Broman1-0/+78
2011-09-15From Jouni Malinen:Anders Broman1-0/+23
2011-09-15From Jouni Malinen:Anders Broman1-0/+5
2011-09-15From Jouni Malinen:Anders Broman1-1/+1
2011-09-15From Jouni Malinen:Anders Broman1-34/+55
2011-09-15From Jouni Malinen:Anders Broman1-4/+6