aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wifi-p2p.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+0
2017-08-14wifi: fix "multiple definition of wifi_display_ie_handle" linker errorPeter Wu1-1/+1
2017-08-14ieee80211: Make a few dissector tables for vendor specific functionalityMichael Mann1-29/+37
2017-08-14packet-ieee80211.c: Add dissector table for vendor specific actionsMichael Mann1-4/+28
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-3/+3
2015-04-08WiFi P2P: Update to Peer-to-Peer (P2P) Technical Specification Version 1.5Alexis La Goutte1-4/+284
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-12/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-2/+2
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-8/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-14/+14
2013-08-23Batch of filterable expert infos.Michael Mann1-32/+33
2013-05-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=87...Alexis La Goutte1-1/+0
2013-05-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=87...Alexis La Goutte1-1/+6
2013-05-02Add a subtree for P2P Client Info Descriptor. Part of bug 8613 (https://bugs...Michael Mann1-22/+30
2013-05-02Fix P2P Group Info validation code for Device Name length field. Bug 8613 (h...Michael Mann1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-32/+32
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-21/+50
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-5/+5
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-7/+7
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-6/+6
2011-10-11From Jouni Malinen: Anders Broman1-1/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-80/+80
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-09-21Whitespace cleanup:Bill Meier1-3/+3
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-01-12From Eliad:Jaap Keuter1-0/+28
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-10-25From Jouni Malinen: preliminary version of Wi-Fi P2P (Wi-Fi Direct) dissector.Bill Meier1-0/+1484