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 5077] GeoIP: Display Filter comparisons operators do not s

Date: Sun, 27 May 2012 09:16:53 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5077

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darkjames-ws@xxxxxxxxxxxx

--- Comment #5 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-05-27 09:16:52 PDT ---
(In reply to comment #3)
> I tried your fix (wireshark: v1.6.8) with no success. 

Have you tried with applied patch or unpatched wireshark 1.6.8?
For 1.6.8 you still need to apply this patch.

> Can you please try on the command line.
> 
> [root@shopper2 wui]# tshark -n -t r -r "/tmp/capture.cap" -R '(ip.geoip.src_lat
> < -10.0) || (ip.geoip.dst_lat < -10.0)' -o 'ip.use_geoip:TRUE';

Works for me, can you attach output of:

tshark -n -r /tmp/capture.cap -o 'ip.use_geoip:TRUE' -T fields -e frame.number
-e ip.geoip.src_lat -e ip.geoip.dst_lat

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