pcappick - pick specific frames out of a pcap file by number
pcappick reads an input pcap file and picks a specific
frame to output.
- -i interface
- Input interface to read packets from.
- -r pcap file
- Dump file to read packets from.
- -w pcap file
- Dump file to write filtered packets to.
- -f expression
- BPF expression which selects packets to be filtered.
- -s snaplen
- Capture snaplen bytes of data from each packet.
- -p
- Disable promiscuous mode sniffing.