#include <string.h> and/or #include <stdio.h> not needed.
[obnox/wireshark/wip.git] / epan / dissectors / packet-mbtcp.c
2010-04-06 wmeier#include <string.h> not needed.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2008-11-19 jakeFrom Joakim Wiberg:
2008-09-30 jakeFix for bug 2917:
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-12-15 sahlbergupdate to modbus/tcp
2005-10-08 sahlbergremove some redundant strcpy() and arrays on the stack
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2004-07-18 gramMove dissectors to epan/dissectors directory.