For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-bvlc.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 wmeier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2010-12-20 guyRename the routines that handle dissector tables with...
2009-09-24 wmeierRemove unneeded #includes (along with C++ style comment...
2009-09-24 wmeierMinor: Use tvb_reported_length... not tvb_length...
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-04 wmeierTrivial changes related to proto_reg_handoff
2008-09-12 wmeierSmall revisions related to proto_reg_handoff ....
2008-08-01 etxrabFrom Alexey Neyman:
2008-05-03 jakeFrom Steve Karg:
2008-02-07 stigRemoved even more "statement not reached" warnings.
2007-05-11 jakeFix for bug 1545.
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-29 guyAdd some simple sanity checking of BVLC packets, so...
2006-02-16 guyUse the new "proto_tree_add_*_format_value" routines.
2005-05-23 etxrabFrom Steve Karg:
2004-12-07 geraldCheck for a bogus length value.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 gramMove dissectors to epan/dissectors directory.