aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mstp.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris1-0/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-9/+9
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-29/+27
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-11-04From Alexis La Goutte:Jaap Keuter1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-06From Andreas Becker:Jaap Keuter1-9/+38
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-03-09From Steve Karg:Jaap Keuter1-11/+79
2008-07-31From Steve Karg:Anders Broman1-1/+1
2008-05-20From Steve Karg:Jaap Keuter1-12/+41
2008-05-14From Steve Karg:Jaap Keuter1-0/+324