I am running this in a docker container and just trying to get a report out from a pcap file which has only one sip session in it: ``` sipgrep -I a9875ab2-ca17-3335-22b3-0242ab110038.pcap -G input: a9875ab2-ca17-3335-22b3-0242ab110038.pcap filter: (ip) and ( portrange 5060-5061) or (udp and ip[6:2] & 0x3fff != 0) fatal: unsupported interface type 12 ``` Any idea on this error?