aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbtcp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-55/+55
2011-07-09Put Modbus/UDP support back.guy1-1/+27
2011-06-06From Roland Knall:etxrab1-1/+4
2011-06-05Clean up indentation.guy1-1046/+1045
2011-06-04Try to pacify the OSX build bot.etxrab1-2/+2
2011-06-04Try to fix part of the build bot errors.etxrab1-8/+5
2011-06-04From Michael Mann:etxrab1-475/+973
2011-04-28From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5786 :morriss1-88/+120
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
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_clear with col_checkkrj1-2/+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-19/+19
2008-11-19From Joakim Wiberg:jake1-10/+9
2008-09-30Fix for bug 2917:jake1-14/+9
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-12-15update to modbus/tcpsahlberg1-148/+181
2005-10-08remove some redundant strcpy() and arrays on the stacksahlberg1-7/+7
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+692