aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q2931.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-1/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-1/+6
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-3/+3
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_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-10/+10
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-3/+3
2006-08-22From Florent Drouin:gerald1-5/+6
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-3/+3
2005-04-22Don't pass a null format string to val_to_str().gerald1-4/+4
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2189