[pox-dev] ARP opcode

AMER amer7777 at hotmail.com
Wed Sep 2 05:14:39 PDT 2015


Dear All

I read some of the OpenFlow documentations about ARP and I only found few ARP opcodes are available, like ARP replay and respond and RARP two messages. I need to add others in my research. May you please help me in doing so.
As a first step is adding them in 


      RouteFlow/pox/pox/lib/packet/arp.py

like doing this

class arp (packet_base):

    MIN_LEN = 28
    HW_TYPE_ETHERNET = 1
    PROTO_TYPE_IP    = 0x0800
    REQUEST     = 1 # ARP
    REPLY       = 2 # ARP
    REV_REQUEST = 3 # RARP
    REV_REPLY   = 4 # RARP
    IN_REQUEST = 5 # INARP #< --- example
    IN_REPLY   = 6 # INARP # <--- example

    
  
What should I do after that? may you please help me.

Best regards,   

Eng Amer Alghadhban

COE

SANS-GCFW

CEH, SCNP, CCNA
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.noxrepo.org/pipermail/pox-dev-noxrepo.org/attachments/20150902/70e4fe7a/attachment.htm>


More information about the pox-dev mailing list