aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-18 04:45:00 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-18 04:45:00 +0000
commita5e8c99294c78d638c79ba8759442111c349ce4d (patch)
tree0f883fa750bd565e475ac5eb76dc679d186479f2
parent9274527286f9ca1ab357d97307db4d34362b99be (diff)
From Stephen Shelley: remove a TODO comment that describes stuff that's
been done. svn path=/trunk/; revision=7487
-rw-r--r--packet-mbtcp.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/packet-mbtcp.c b/packet-mbtcp.c
index 0175975327..51f9dda959 100644
--- a/packet-mbtcp.c
+++ b/packet-mbtcp.c
@@ -10,7 +10,7 @@
*
* for information on Modbus/TCP.
*
- * $Id: packet-mbtcp.c,v 1.12 2003/04/16 06:57:36 guy Exp $
+ * $Id: packet-mbtcp.c,v 1.13 2003/04/18 04:45:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,13 +31,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-/* TODO:
- * Analysis of the payload of the Modbus packet.
- * -- Based on the function code in the header, and the fact that the packet is
- * either a query or a response, the different fields in the payload can be
- * interpreted and displayed.
- */
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif