Faking TCP Sessions with Scapy

2013-03-22 Thread Jim Mellander
Hi all: For various reasons, I want to take apache logs, and create actual pcap packets that could plausibly have created those logs. Obviously, a lot of the info would need to be faked, such as the actual page contents that were served (we have a byte count), the ports, and a few other details.

Re: Determine sockets in use by python

2010-09-30 Thread Jim Mellander
info, folks. On Thu, Sep 30, 2010 at 7:14 AM, Jean-Paul Calderone wrote: > On Sep 29, 4:08 pm, Jim Mellander wrote: >> >> On Wed, Sep 29, 2010 at 11:05 AM, Gary Herron wrote: >> > On 09/29/2010 09:50 AM, Jim Mellander wrote: >> >> >> Hi: >> >

Re: Determine sockets in use by python

2010-09-29 Thread Jim Mellander
ote: > On 09/29/2010 09:50 AM, Jim Mellander wrote: >> >> Hi: >> >> I'm a newbie to python, although not to programming.  Briefly, I am >> using a binding to an external library used for communication in a >> client-server context, with the server in pyth

Determine sockets in use by python

2010-09-29 Thread Jim Mellander
Hi: I'm a newbie to python, although not to programming. Briefly, I am using a binding to an external library used for communication in a client-server context, with the server in python. Typically, I would set this up with event callbacks, and then enter a select loop, which, most the time idle