Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2481] Getting "Negative length" message while capturing tr

Date: Mon, 21 Apr 2008 06:38:04 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2481





--- Comment #1 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>  2008-04-21 06:38:03 GMT ---
It looks like those printouts are coming from the Mikey dissector which is
using proto_tree_add_debug_text() to display stuff to stdout.  I'd guess:

1) proto_tree_add_debug_text() should not output anything if we're only writing
the packets to a file (as you are here)
2) and/or proto_tree_add_debug_text() should be done away with and replaced
with expert infos

Since that function isn't used much I'd tend to go with option (2).

Anyway, Bhupesh, these print outs can be safely ignored it is just a by-product
of the dissection being done.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.