aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-prism.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-12ieee80211-prism: fix this condition has identical branches [-Werror=duplicate...Alexis La Goutte1-23/+10
2017-02-12Set the partial AID in the radio metadata structure.Guy Harris1-0/+2
2017-02-12Fill in pseudo-header fields in order, and add the group ID for 11ac.Guy Harris1-11/+13
2017-02-12Add a comment about wired-to-little-endian fields.Guy Harris1-0/+8
2017-02-12White space/style cleanup and consistency.Guy Harris1-429/+442
2017-02-12signal() is defined on some UN*Xes; don't use it as a variable name.Guy Harris1-3/+3
2017-02-12Decode QCA sniffer PRISM extensions, and populate some wlan_radioSimon Barber1-5/+441
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-3/+12
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-01-20Call the dissectors for types in TZSP packets individually.Guy Harris1-3/+4
2015-12-24Refactor 802.11 radio flags.Simon Barber1-3/+3
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-3/+3
2015-12-14Create capture dissector tables.Michael Mann1-14/+10
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-4/+7
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-26Replace tvb_get_enctohl and tvb_get_enctohs with the functions already create...Michael Mann1-35/+15
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-28/+15
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-0/+1
2015-06-24Fill in the 802.11 pseudo-header and call the "802.11+radio" dissector.Guy Harris1-6/+24
2015-05-17Update a URL.Guy Harris1-1/+1
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-21Handle big-endian Prism headers.Guy Harris1-39/+63
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-2/+3
2013-03-17From beroset:Anders Broman1-1/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-3/+3
2012-10-17The first 4 bytes of the Prism header are, apparently, a "message code",Guy Harris1-66/+89
2012-10-14According toGuy Harris1-103/+174
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-12From Jouni Malinen: Anders Broman1-0/+479