[Tutor] Working with Raw Packets?

ccollier@viawest.net ccollier@viawest.net
Tue Jun 24 16:35:41 2003


This isn't a tutorial or howto, but there are some interesting apps down 
in the python section that might interest you:

http://www.cartel-info.fr/pbiondi/

cody


On Tue, 24 Jun 2003, Joshua Miller wrote:

> I was wondering if someone could point me to a tutorial or a site about working with raw packets, specifically, in Python.
> 
> I have a fair knowledge of TCP/IP and how the Internet works, but I have no experience in constructing raw packets and my C skills are horrible. I know that it's possible with Python and I have already had a look at Jeremy Hylton's ping module (http://www.python.org/~jeremy/python.html), but, unforunately, his code is not documented so I'm having a hard time understanding how it works.
> 
> Thanks in advance!
> Joshua Miller
>