http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1138
Stephen Fisher <stephentfisher@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #8 from Stephen Fisher <stephentfisher@xxxxxxxxx> 2008-03-18 05:06:42 GMT ---
I see the problem now. The code has always (even before I submitted my initial
fix) translated the initial port (source port on client) to a name for display
in the drop-down field. My initial fix then translated that string (sometimes
a port name instead of a number as expected) to a number to compare it to the
first packet of the file to determine which direction it was going. When that
string was text, the strtol() failed and gave these results.
In summary: Capture files that had a client source port that translated to a
name in from the services file got the direction wrong. My capture files had
traffic that just happened to be sourced from ports that were not resolvable.
This bug has had the final fix committed as SVN revision 24687 and will be
included in the final 1.0 release.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.