ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2880] Tshark - decimal symbol

Date: Wed, 17 Nov 2010 06:30:26 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2880

Chris Maynard <christopher.maynard@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
           Severity|Normal                      |Minor

--- Comment #8 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-11-17 06:30:20 PST ---
Committed revision 34926.

By the way, a work-around without this patch is to use 200,0 for the interval
instead of only 200.  This allows sscanf() to gobble the comma for the
interval, but leaves the other comma in place between the interval and first
filter.  i.e.,: 

tshark -z io,stat,200,0,ip.addr==81.33.231.11,ip.addr==193.81.55.180 -q -r
test.pcap

Because of this rather easy work-around, I reduced the severity to minor.

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