How to parse flows using python?

asked 2018-08-29 20:39:17 +0000

fad3r gravatar image

updated 2018-10-26 17:32:24 +0000

cmaynard gravatar image

Hi, First time poster here. I am working on a final project for school and I have tons of pcaps where I am interested in only certain flows. I need to programmatically pull the flows I am interested in out of the pcaps. I need to do it programmatically because it is 1000s of files and 10,000s of flows. I would like to do this with python. Are there any suggestions for automating wireshark with python?

edit retag flag offensive close merge delete

Comments

In case you're interested in an existing solution, then I would recommend that you take a look at Tracewrangler, as it can already do what you're asking for. There are other tools you might want to investigate too, some of which are listed on the Wireshark Tools wiki page.

cmaynard gravatar imagecmaynard ( 2018-08-30 14:24:51 +0000 )edit