aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v5dl.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07- Make local functions static.Anders Broman1-0/+2
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-3/+6
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
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
2012-05-17Fix an "unused variable" warning....Bill Meier1-2/+0
2012-05-17General cleanup including as appropriate:Bill Meier1-16/+19
2012-04-05Clean up indentation (use 8-space tab-based indentation throughout).Guy Harris1-28/+28
2012-04-05Fix the name of the variable with the handle for the V5.2 dissector, toGuy Harris1-24/+87
2012-04-04Fix Coverity CID 1469: UNUSED_VALUE.Chris Maynard1-4/+0
2012-04-04From Rolf Fiedler:Anders Broman1-0/+381