Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37403 > unrolled thread
| Started by | Dave Angel <d@davea.name> |
|---|---|
| First post | 2013-01-22 22:03 -0500 |
| Last post | 2013-01-22 22:03 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Parse a Wireshark pcap file Dave Angel <d@davea.name> - 2013-01-22 22:03 -0500
| From | Dave Angel <d@davea.name> |
|---|---|
| Date | 2013-01-22 22:03 -0500 |
| Subject | Re: Parse a Wireshark pcap file |
| Message-ID | <mailman.854.1358910253.2939.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web