Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-nlsp.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-08-20 Chris MaynardFix clang warnings: Value stored to '[offset|length...
2013-06-14 Michael MannRemoved check_col() and the occasional tree.
2012-12-25 Guy HarrisAdd some additional sanity checks.
2012-12-23 Guy HarrisIn nlsp_dissect_clvs(), count len down at the same...
2012-09-25 Michael Mannreplaced decode_boolean_bitfield calls with itemized...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-16 Bill MeierDo some conversions of proto_tree_add_item() 'encoding...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-09-19 Chris MaynardThe change in r37371 fixed the clv_tree unused assignme...
2011-05-23 Bill MeierFix various benign cases of Coverity [UNUSED]: 996...
2011-01-21 Jeff MorrissIntroduce, and start using, tvb_eth_to_str().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-10-30 Bill MeierUse value_string_ext fcns to access two value_string...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-07 Bill MeierUse some default true_false_string's.
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.