Re: ARP code

2009-10-05 Thread Gabriel Genellina
En Tue, 29 Sep 2009 17:01:14 -0300, Nattapong Limprungpattanakit escribió: I have a problem can not run. Which problem? If you get an exception, copy and paste it including the whole traceback. How to use and detail ? import py_net_libs If your problem is related to a specific library,

Re: ARP code

2009-10-05 Thread Gabriel Genellina
En Tue, 29 Sep 2009 17:01:14 -0300, Nattapong Limprungpattanakit escribió: I have a problem can not run. Which problem? If you get an exception, copy and paste it including the whole traceback. How to use and detail ? import py_net_libs If your problem is related to a specific library,

ARP code

2009-09-29 Thread Nattapong Limprungpattanakit
Hello. I have a problem can not run. I'm not understand. Help me please. How to use and detail ? Thanks. #!/usr/bin/python2.5 import py_net_libs class dissect: def __init__(self,pkt,offset): self.pkt, self.offset = py_net_libs.arp_dissect(pkt,offset) self.next