aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dlm3.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-6/+6
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+1
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-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-63/+60
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.cmaynard1-4/+4
2011-05-18Don't assign to an unused 'proto_item *': Fixes Coverity 883 [UNUSED];wmeier1-10/+7
2011-01-27From Masatake YAMATO: Updating value_string for dlm3.m.resultwmeier1-0/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj1-1/+0
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-3/+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-5/+5
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffwmeier1-10/+7
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-3/+3
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :morriss1-51/+51
2007-12-10uint16_t -> guint16stig1-2/+2
2007-12-10From Masatake YAMATO:jake1-0/+1268