[tcpdump-workers] tcpdump: packet printing is not supported for link type PFLOG

2014-10-26 Thread Jason Pyeron
When I './tcpdump -r -' I get a: reading from file -, link-type PFLOG (OpenBSD pflog file) tcpdump: packet printing is not supported for link type PFLOG: use -w I am using tcpdump 4ac7226 and libpcap 625575f. Did I miss a configure option? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: [tcpdump-workers] tcpdump: packet printing is not supported for link type PFLOG

2014-10-26 Thread Guy Harris
On Oct 26, 2014, at 7:55 PM, "Jason Pyeron" wrote: > When I './tcpdump -r -' I get a: > reading from file -, link-type PFLOG (OpenBSD pflog file) > tcpdump: packet printing is not supported for link type PFLOG: use -w > > I am using tcpdump 4ac7226 and libpcap 625575f. > > Did I miss a config