aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mstp.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-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-9/+9
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-29/+27
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-11-04From Alexis La Goutte:jake1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-06From Andreas Becker:jake1-9/+38
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) 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-3/+3
2009-03-09From Steve Karg:jake1-11/+79
2008-07-31From Steve Karg:etxrab1-1/+1
2008-05-20From Steve Karg:jake1-12/+41
2008-05-14From Steve Karg:jake1-0/+324