aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-wlancap.c
AgeCommit message (Expand)AuthorFilesLines
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-30Convert proto_tree_add_uint64_format calls to proto_tree_add_uint64_format_va...Michael Mann1-2/+2
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
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-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-12From Jouni Malinen: Anders Broman1-0/+678