Thanks to everyone ( Grant, Cliff, and Gabriel) for responding and
helping me.
Cheers,
Steve
-Original Message-
From: Grant Edwards [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2008 7:46 PM
To: python-list@python.org
Subject: Re: manipulating hex values
On 2008-04-01, Stephen
On 2008-04-01, Stephen Cattaneo <[EMAIL PROTECTED]> wrote:
>>> I am relatively new to socket programming. I am attempting to
>>> use raw sockets to spoof my IP address.
>>
>> Don't bother to try...
>
> Is there a better solution to spoofing my IP. then using raw
> sockets
You'll have to define
En Tue, 01 Apr 2008 16:09:09 -0300, Stephen Cattaneo
<[EMAIL PROTECTED]> escribió:
> Gabriel Genellina wrote:
>> En Tue,
>> 01 Apr 2008 14:11:31 -0300, Stephen Cattaneo
>> <[EMAIL PROTECTED]> escribió:
>>
>>> I am relatively new to socket programming. I am attempting to use raw
>>> sockets to sp
On Tue, 2008-04-01 at 12:09 -0700, Stephen Cattaneo wrote:
>
> The source of my confusion is that I need to keep my bytes formated
> correctly. I am using the below 'raw socket example' proof-of-concept
> code as my example. (And yes, I have tried the proof-of-concept. It
> works correctly.
Gabriel Genellina wrote:
> En Tue,
> 01 Apr 2008 14:11:31 -0300, Stephen Cattaneo
> <[EMAIL PROTECTED]> escribió:
>
>> I am relatively new to socket programming. I am attempting to use raw
>> sockets to spoof my IP address.
>
> Don't bother to try...
>
? Is there a better solution to spoofing
On 2008-04-01, Stephen Cattaneo <[EMAIL PROTECTED]> wrote:
> I am relatively new to socket programming. I am attempting to
> use raw sockets to spoof my IP address. From what I can tell
> I will have to build from the Ethernet layer on up. This is
> fine, but I am having some trouble with manip
En Tue, 01 Apr 2008 14:11:31 -0300, Stephen Cattaneo
<[EMAIL PROTECTED]> escribió:
> I am relatively new to socket programming. I am attempting to use raw
> sockets to spoof my IP address.
Don't bother to try...
> From what I can tell I will have to
> build from the Ethernet layer on up. Th