aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mbtcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-mbtcp.c')
-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