Can't extract MaxmindDb's columns from tshark
Hi,
I compiled tshark on linux without GUI(wireshark 2.6.4).
I downloaded the GeoIP databases mmdb files..
When I typed tshark -G folders
I got:
MaxMind database path: /usr/share/GeoIP MaxMind database path: /var/lib/GeoIP MaxMind database path: /usr/share/GeoIP
I put my files in there but it didn't extract the data.. I tried to run the command like this:
tshark -r test.pcap -o "ip.use_geoip: TRUE" -T json
I didn't get the columns of GeoIp. Do you have any suggestions why it doesn't work? Thanks.
Can you provide the
tshark -v
output? In particular, does it show with MaxMind DB resolver?This seems like bug 14691 to me.
Good catch, @Jaap; I had forgotten about that one.
Just logging same problem manifests on Ubuntu downloaded
TShark (Wireshark) 2.6.5 (Git v2.6.5 packaged as 2.6.5-1~ubuntu18.04.0) "... with MaxMind DB resolver ..."
and GeoLite2-ASN.mmdb file installed: ASN results show in Wireshark (same version) but not tshark.This issue still exists on version 2.6.6, anything new regarding this issue? I still can't see the geo info when using tshark.