aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bvlc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-6/+6
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2009-09-24Remove unneeded #includes (along with C++ style comments added by mistake in ...wmeier1-3/+0
2009-09-24Minor: Use tvb_reported_length... not tvb_length...wmeier1-6/+6
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2008-12-04Trivial changes related to proto_reg_handoffwmeier1-1/+1
2008-09-12Small revisions related to proto_reg_handoff ....wmeier1-8/+11
2008-08-01From Alexey Neyman:etxrab1-1/+1
2008-05-03From Steve Karg:jake1-1/+1
2008-02-07Removed even more "statement not reached" warnings.stig1-2/+2
2007-05-11Fix for bug 1545.jake1-16/+38
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-29Add some simple sanity checking of BVLC packets, so if you're unluckyguy1-15/+27
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-12/+12
2005-05-23From Steve Karg:etxrab1-3/+11
2004-12-07Check for a bogus length value.gerald1-0/+5
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+401