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 3208] wireshark hangs if sintaxis for range is wrongly int

Date: Sun, 18 Jan 2009 08:54:54 -0800 (PST)
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.