RE: manipulating hex values

2008-04-03 Thread Stephen Cattaneo
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

Re: manipulating hex values

2008-04-01 Thread Grant Edwards
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

Re: Re: manipulating hex values

2008-04-01 Thread Gabriel Genellina
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

Re: Re: manipulating hex values

2008-04-01 Thread J. Cliff Dyer
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.

Re: Re: manipulating hex values

2008-04-01 Thread Stephen Cattaneo
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

Re: manipulating hex values

2008-04-01 Thread Grant Edwards
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

Re: manipulating hex values

2008-04-01 Thread Gabriel Genellina
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