aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbtcp.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-01From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9001 :Jeff Morriss1-15/+43
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-86/+80
2013-05-27Batch of filterable expert infosMichael Mann1-2/+19
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-11/+11
2013-03-19From beroset:Anders Broman1-3/+3
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
2013-01-14Avoid any possibility of an infinte loop. Fixes Coverity CID 739883: Infinit...Chris Maynard1-16/+18
2012-10-31Add CRC verification to Modbus RTU dissector. CRC algorithm is the same as t...Michael Mann1-4/+18
2012-10-26Fix copy/paste errorPascal Quantin1-2/+2
2012-10-26Fix [-Werror=sign-compare] [-Wunused-but-set-variable]Anders Broman1-6/+6
2012-10-26Improve Modbus/TCP dissector, Part 1Michael Mann1-228/+783
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-7/+7
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-7/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-04From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6697Alexis La Goutte1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-55/+55
2011-07-09Put Modbus/UDP support back.Guy Harris1-1/+27
2011-06-06From Roland Knall:Anders Broman1-1/+4
2011-06-05Clean up indentation.Guy Harris1-1046/+1045
2011-06-04Try to pacify the OSX build bot.Anders Broman1-2/+2
2011-06-04Try to fix part of the build bot errors.Anders Broman1-8/+5
2011-06-04From Michael Mann:Anders Broman1-475/+973
2011-04-28From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5786 :Jeff Morriss1-88/+120
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+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-19/+19
2008-11-19From Joakim Wiberg:Jaap Keuter1-10/+9
2008-09-30Fix for bug 2917:Jaap Keuter1-14/+9
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-12-15update to modbus/tcpRonnie Sahlberg1-148/+181
2005-10-08remove some redundant strcpy() and arrays on the stackRonnie Sahlberg1-7/+7
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+692