Oops, forgot to delete "to to" comment from source. Patch attached.
Steve Shelley
------------------------------------------------------------------------
Women and cats will do as they please,
and men and dogs should relax and get used to the idea.
- Robert A. Heinlein
Index: ethereal/packet-mbtcp.c
===================================================================
RCS file: /cvsroot/ethereal/packet-mbtcp.c,v
retrieving revision 1.12
diff -u -r1.12 packet-mbtcp.c
--- ethereal/packet-mbtcp.c 16 Apr 2003 06:57:36 -0000 1.12
+++ ethereal/packet-mbtcp.c 17 Apr 2003 23:01:30 -0000
@@ -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