Giter Club home page Giter Club logo

Comments (3)

kbandla avatar kbandla commented on June 20, 2024

From [email protected] on July 27, 2007 15:14:53

Could you post the dump file you're processing (or an de-sensitized one that
reproduces what you're seeing)?

Also, you should take a look at the Reader class in dpkt's pcap.py. It provides a
convenient interface for reading in pcap files.

from dpkt.

kbandla avatar kbandla commented on June 20, 2024

From [email protected] on July 27, 2007 15:28:06

...or I could just take a minute to read your posted code. ;-)

I've never used pcapy, but as it is a pcap library I'm assuming it hands you the raw
packet from the pcap dump which includes the appropriate link and network layers, not
just the transport layer (TCP).

So try the following:

for i in pcap_dumps[key]:
    print `Ethernet(i[1])`
    \#packet_data[key].append(TCP(i[1]))

If the TCP port listed in the output looks correct, then that's your problem.

from dpkt.

kbandla avatar kbandla commented on June 20, 2024

From [email protected] on July 27, 2007 16:02:29

closing as invalid...

Status: Invalid

from dpkt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.