Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #37403

Re: Parse a Wireshark pcap file

Date 2013-01-22 22:03 -0500
From Dave Angel <d@davea.name>
Subject Re: Parse a Wireshark pcap file
References <CAN4UfGzwzHJvpY=Er2B2otZMBm=8eVA6FDGejJbirXLZFTXvsg@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.854.1358910253.2939.python-list@python.org> (permalink)

Show all headers | View raw


On 01/22/2013 08:32 PM, Kevin Holleran wrote:
> Is there a way to parse out a wireshark pcap file and extract key value
> pairs from the data?  I am illustrated a sniff of some traffic and why it
> needs utilize HTTPS instead of HTTP but I was hoping to run the pcap
> through a python script and just output some interesting key value
> pairs....
>

Sure.  scapy can create and/or parse pcap files.

http://pypi.python.org/pypi/Scapy


-- 
DaveA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Parse a Wireshark pcap file Dave Angel <d@davea.name> - 2013-01-22 22:03 -0500

csiph-web