aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbipx.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2007-10-23Apply the small performance enhancment patches for:etxrab1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-3/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+802