I need to sniff traffic for particular linux users (UID's). I'm doing it with iptables/NFLOG (http://wiki.wireshark.org/CaptureSetup/NFLOG) which works great.
My problem is that NFLOG changes pcap encapsulation to "NFLOG" (from "Ethernet") and some tools (like tcpflow) can't read it anymore.
My question is: is it possible to convert such a pcap to an "old fashion" pcap file?