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 2475] UDP Not Decoded as UNIStim

Date: Fri, 18 Apr 2008 13:34:49 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2475





--- Comment #1 from Jörg Mayer <jmayer@xxxxxxxxx>  2008-04-18 13:34:48 GMT ---
The reason for the "disappearance" of the Unistim dissector was that it grabbed
packets that were destined to another protocol also using UDP port 5000, see
the following comment in packet-unistim.c:

/* Don't set this to 5000 until this dissector is made a heuristic one!
   It collides (at least) with tapa. */

A workaround is to select a packet and then do a "Decode As".

A quick (and not that dirty) solution would be to add a preference for setting
the UDP port to something other than 0.

The proper solution would be to change the Unistim dissector into a heuristic
dissector that only picks up Unistim packets and rejects all other.


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