Code Monkey home page Code Monkey logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
there's a dpkt.hexdump() that is pretty good in that it will basically show you 
a
sniffer view.  Otherwise it helps to open the packet in a sniffer like
wireshark/tcpdump/snoop/old ethereal that can decode the packet for you  and 
tell you
what each byte means (cause that's what you're dealing with sometimes).  Or 
I've seen
some other code that makes its own pcap handler that does something with
packets...maybe try that? Also it appears that the dpkt lib uses .unpack() to 
parse
packets out.  Try data = IP.unpack(), get data into UDP(), then UDP.unpack()? 

Original comment by [email protected] on 23 Apr 2008 at 11:44

from dpkt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
i still cant access to IP source address, can you show me  a little code 
snippet?

all source w/o comments-damn

Original comment by [email protected] on 24 Apr 2008 at 7:43

from dpkt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Dodin,

You can simply use socket's ntoa function:

print socket.inet_ntoa(ip.src)

Or if you're already using dnet as well:

print dnet.ip_ntoa(ip.src)

Regards,
Jon Oberheide

Original comment by [email protected] on 24 Apr 2008 at 8:01

  • Changed state: WontFix

from dpkt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
ok, thanx

Original comment by [email protected] on 25 Apr 2008 at 8:21

from dpkt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
ok, thanx

Original comment by [email protected] on 25 Apr 2008 at 8:22

from dpkt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Dodin,

I like being able to read the IP addresses in human readable form too.
fHere is a patch to ip.py to print the "src" and "dst" fields in human 
readable form.  Nom if you have a packet instance you can just do
repr(packet) to display the packet with human readable ip src/dst fields.

Have a nice day, 

# Aaron

Original comment by [email protected] on 3 Oct 2009 at 2:39

Attachments:

from dpkt.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
use socket inetb notation
src=socket.inet_nota(ip.src)
 thats all

u ll get a ans

Original comment by [email protected] on 21 Jul 2014 at 9:51

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.