aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nlsp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-9/+9
2011-09-19The change in r37371 fixed the clv_tree unused assignment and pointless use, ...cmaynard1-1/+5
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000wmeier1-1/+9
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-21/+21
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-30Use value_string_ext fcns to access two value_string arrays.wmeier1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_clear 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-16/+16
2009-04-07Use some default true_false_string's.wmeier1-7/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-05More char -> const char warning fixesjmayer1-5/+5
2005-08-02Fix more "no previous declaration" warningsjmayer1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1659