aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v52.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07- Make local functions static.Anders Broman1-0/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-332/+340
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-65/+65
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier1-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-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-136/+136
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-5/+5
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2010-12-06Fix various typos and spelling errors.Bill Meier1-3/+3
2010-04-28Let's not use tabs with tab-width=4; Converts tabs to spaces (with indent=4).Bill Meier1-2016/+2016
2010-03-11Partially revert copyright.Gerald Combs1-0/+3
2010-02-03Change author attribution as per https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-12/+10
2010-01-22#include stdio & etc not req'd (and remove // lines committed by mistake ...)Bill Meier1-3/+0
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-13/+10
2009-07-27From Vladimir Smrekar:Anders Broman1-355/+362
2009-07-15Add a modeline blurb. Minor indentation fix.Gerald Combs1-1/+13
2009-07-15Make sure we advance our offset during a while loop. This should fix recentGerald Combs1-0/+7
2009-07-14#include prefs.h not req'd; Also: remove unused #defineBill Meier1-3/+1
2009-07-14From Vladimir Smrekar :Anders Broman1-0/+2535