aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14more ephemeral memory cleanupmmann1-4/+2
2012-08-10Use val_to_str_const() where appropriate;wmeier1-6/+6
2012-08-10convert some simple uses to use ephemeral memorymmann1-2/+1
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastguy1-4/+4
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setguy1-3/+6
2012-07-18Clean up indentation.guy1-6/+6
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-1/+1
2012-07-03From report of Dennis Mendoza via https://bugs.wireshark.org/bugzilla/show_bu...alagoutte1-2/+1
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-405/+355
2012-03-07Fix incorrect packet-details display of certain 1 bit FT_BOOLEAN fields.wmeier1-3/+3
2012-03-06Don't use FT_*INT with true_false strings: the code to generatemorriss1-2/+2
2012-02-16Let part of the patch speak for itself:jmayer1-3/+25
2012-02-14- dissect_vendor_ie_atheros:jmayer1-20/+29
2012-02-13In a loop of the formguy1-12/+14
2012-02-11Don't use 16-bit integers as counters. The code won't be any faster onguy1-3/+5
2012-02-09Eliminate a C++/C99-style comment.morriss1-2/+2
2012-02-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-11/+10
2011-12-09From beelzebutt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6597alagoutte1-1/+1
2011-12-09From Johannes Bergjake1-1/+24
2011-11-27Don't specify an hf[] item as using a range_string when it's really using a v...wmeier1-1/+1
2011-11-08Remove a duplicate "TID" found by checkAPIs.pl.gerald1-1/+1
2011-11-08From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6548alagoutte1-0/+10
2011-11-01Remove comma at the end of several enumerator lists.morriss1-3/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-67/+67
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-3/+3
2011-10-16From Jouni Malinen: etxrab1-6/+121
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-13/+13
2011-10-12From Jouni Malinen: etxrab1-1099/+0
2011-10-12Fix a case wherein proto_tree_add_boolean() was intended instead of proto_tre...wmeier1-3/+3
2011-10-11From Jouni Malinen: etxrab1-208/+173
2011-10-11From Jouni Malinen: etxrab1-244/+413
2011-10-11From Jouni Malinen: etxrab1-84/+83
2011-10-11From Jouni Malinen: etxrab1-1/+211
2011-10-11From Jouni Malinen: etxrab1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-3/+3
2011-10-09From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422alagoutte1-188/+135
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422alagoutte1-69/+73
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422alagoutte1-994/+1310
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6421alagoutte1-7/+50
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6421alagoutte1-1/+208
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6420alagoutte1-2/+2
2011-10-06Fix for bug 6356:jake1-5/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-5/+5
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-40/+40
2011-09-30From Clemix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6408alagoutte1-4/+129
2011-09-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6359alagoutte1-163/+150
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-16Change encoding type from TRUE/FALSE to ENC_LITTLE_ENDIAN/ ENC_BIG_ENDIANetxrab1-567/+567