Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37406
| Date | 2013-01-22 22:29 -0500 |
|---|---|
| From | Dave Angel <d@davea.name> |
| Subject | Re: Parse a Wireshark pcap file |
| References | <CAN4UfGzwzHJvpY=Er2B2otZMBm=8eVA6FDGejJbirXLZFTXvsg@mail.gmail.com> <50FF5312.50309@davea.name> <CAN4UfGzBv=OjNZy-+_jzZHuWhP44FmcBa_O5pT01QDFkvLGOOw@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.859.1358911787.2939.python-list@python.org> (permalink) |
On 01/22/2013 10:15 PM, Kevin Holleran wrote: > Thanks, I have been trying to get it to work but I am on Mac OS 10.8.2. I > tried to get it from Macports and download/install it myself. Both seem to > get me to here: > > ImportError: No module named dnet > > I tried to download libdnet but no matter what I do this is what I get. > Granted I am doing; > > from scapy.all import * > > > But I have no idea what I need. I am not trying to craft packets but > filter packets based on tcp.dstport 80 & frame matches signin.aspx. Then > my goal is to parse the data looking for post vars txtUserId & txtPwd and > extract them, dumping them to the screen as userid_value => password. > I've never worked on Mac OSx And the only times I had and used scapy were on a work machine that's long gone. I still run Linux, but versions of everything have changed since then. I don't know if there's anyone here that's more current with scapy and/or with Mac, but in case there is, you could be lots clearer about what you're doing and how it fails. Version of OS. You said that well. Version of Python,. Exact location you got scapy from, what version it was How you installed it (I don't know Macports, clearly) What the full traceback was when it died. -- DaveA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Parse a Wireshark pcap file Dave Angel <d@davea.name> - 2013-01-22 22:29 -0500
csiph-web