Commit Graph

3 Commits

Author SHA1 Message Date
Guy Harris 595241a676 Clearing a column before adding text to it with "col_add_fstr()" is
unnecessary.  Clearing it before fetching anything from the packet with
a call that might throw an exception, however, is a Good Idea.

The Modbus/TCP dissector is called from a dissector table, so it doesn't
have to check if the protocol is enabled, or set "pinfo->current_proto"
- that's done for it by the dissector-table code.

svn path=/trunk/; revision=3378
2001-04-24 23:22:03 +00:00
Guy Harris d40b312548 Get the "." out of the URL for the Modbus/TCP home page.
Fix Gerald's e-mail address.

svn path=/trunk/; revision=3377
2001-04-24 19:31:33 +00:00
Guy Harris 20a79084a9 Modbus/TCP support, from Riaan Swart.
svn path=/trunk/; revision=3376
2001-04-24 19:29:14 +00:00