-1

I have the problem that I want to parse 10,000 pcap files to analize 10 packets wrote in each file, I'd like to know some issues like the time between each packet was sent and the message wrote in each packet. The thing is i have no idea on how to parse them, Somebody could help me to give an idea how to parse the 10,000 files and extract that information.

Thank you in advance Rodolfo Heron

which_part
  • 792
  • 3
  • 11
  • 26
  • What have you tried so far? There are many different pcap parsing libraries, in every common languages, and in any case, if you're looking for advice on which library to use, StackOverflow is not the right place. – pchaigno Jun 25 '18 at 07:55

1 Answers1

-1

you can look at this site, be patient to find what you are looking for, good work

https://docs.python.org/3.5/library/index.html

you can find components with the dir function

Utku Mutlu
  • 1
  • 1
  • 4