Re: udp package header

2009-04-01 Thread Jeremiah Dodds
On Tue, Mar 31, 2009 at 6:19 PM, Artur M. Piwko wrote: > In the darkest hour on Tue, 24 Mar 2009 00:50:10 + (UTC), > R. David Murray screamed: > >> I got a problem. İ want to send udp package and get this package (server > and > >> clinet ). it's easy to python but i want to look the udp hea

Re: udp package header

2009-03-31 Thread Artur M. Piwko
In the darkest hour on Tue, 24 Mar 2009 00:50:10 + (UTC), R. David Murray screamed: >> I got a problem. İ want to send udp package and get this package (server and >> clinet ). it's easy to python but i want to look the udp header how can i >> do ? > > The English word is 'packet'. > > If yo

Re: udp package header

2009-03-24 Thread Nick Craig-Wood
mete wrote: > I got a problem. İ want to send udp package and get this package (server and > clinet ). it's easy to python but i want to look the udp header how can i > do ? There is pretty much nothing in a UDP packet header except from_address, to_address, from_port and to_port. You shoul

Re: udp package header

2009-03-23 Thread Shantanu Joshi
mete writes: > Hi all, > I got a problem. İ want to send udp package and get this package (server and > clinet ). it's easy to python but i want to look the udp header how can i > do ? Check out Scapy (http://www.secdev.org/projects/scapy/). -- http://mail.python.org/mailman/listinfo/python-li

udp package header

2009-03-23 Thread R. David Murray
mete wrote: > Hi all, > I got a problem. İ want to send udp package and get this package (server and > clinet ). it's easy to python but i want to look the udp header how can i > do ? The English word is 'packet'. If you are on Linux you can use raw sockets for this. -- R. David Murray

udp package header

2009-03-23 Thread mete
Hi all, I got a problem. İ want to send udp package and get this package (server and clinet ). it's easy to python but i want to look the udp header how can i do ? -- http://mail.python.org/mailman/listinfo/python-list