0

Is there any command line tool to extract the n th packet from a pcap file?

I am on CentOS 6.5.

Thanks in advance.

Hei
  • 175
  • 1
  • 1
  • 6

1 Answers1

2

Try

tshark -r file.pcap -R "frame.number == n"

Hope this was helpful.

Eamonn Travers
  • 614
  • 4
  • 11