Filter a pcap for ip addresses
pcapip \kx [OPTIONS]...
pcapip filters an input pcap file based on a file containing IP addresses to be matched.
\*(T<-i \*(T>interface
Input interface to read packets from.
\*(T<-r \*(T>pcap file
Dump file to read packets from.
\*(T<-w \*(T>pcap file
Dump file to write filtered packets to.
\*(T<-f \*(T>expression
BPF expression which selects packets to be filtered.
\*(T<-s \*(T>snaplen
Capture snaplen bytes of data from each packet.
\*(T<-p\*(T>
Disable promiscuous mode sniffing.
\*(T<-l \*(T>file
File containing list of IP addresses, one per line.