https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3208
Bill Meier <wmeier@xxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
--- Comment #2 from Bill Meier <wmeier@xxxxxxxxxxx> 2009-01-18 08:54:53 PDT ---
I'll defer this to someone who knows the code related to the
Windows File ! SaveAs.
The issue is that an invalid range (eg: "a") doesn't seem to be an handled (eg:
cause an error popup);
As a consequence eventually the fcn value_is_in_range() (called from
packet_range_process_packet() called from file.c/process_specified_packets())
dies because there's not a valid user_range. (The range structure is marked
CVT_SYNTAX_ERROR).
I don't know if this problem also happens with *nix builds.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.