<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Dear All<br><br>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.<br>As a first step is adding them in <br><br><div class="breadcrumb js-zeroclipboard-target">
      <span class="repo-root js-repo-root"><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://github.com/CPqD/RouteFlow" data-branch="master" data-pjax="true" itemscope="url"><span itemprop="title">RouteFlow</span></a></span></span><span class="separator">/</span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://github.com/CPqD/RouteFlow/tree/master/pox" data-branch="master" data-pjax="true" itemscope="url"><span itemprop="title">pox</span></a></span><span class="separator">/</span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://github.com/CPqD/RouteFlow/tree/master/pox/pox" data-branch="master" data-pjax="true" itemscope="url"><span itemprop="title">pox</span></a></span><span class="separator">/</span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://github.com/CPqD/RouteFlow/tree/master/pox/pox/lib" data-branch="master" data-pjax="true" itemscope="url"><span itemprop="title">lib</span></a></span><span class="separator">/</span><span itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://github.com/CPqD/RouteFlow/tree/master/pox/pox/lib/packet" data-branch="master" data-pjax="true" itemscope="url"><span itemprop="title">packet</span></a></span><span class="separator">/</span><strong class="final-path">arp.py<br><br></strong><span class="final-path">like doing this<br><br></span><span class="final-path">class arp (packet_base):<br><br></span><span class="final-path">    MIN_LEN = 28<br>    HW_TYPE_ETHERNET = 1<br>    PROTO_TYPE_IP    = 0x0800<br>    REQUEST     = 1 # ARP<br>    REPLY       = 2 # ARP<br>    REV_REQUEST = 3 # RARP<br>    REV_REPLY   = 4 # RARP</span><br><font style="" color="#AC193D"><span class="final-path">    IN_REQUEST = 5 # INARP</span></font><font style="" color="#AC193D"> #< --- example</font><font style="" color="#AC193D"><br></font><span class="final-path"><font style="" color="#AC193D"><span class="final-path">    IN_REPLY   = 6 # INARP # <--- example</span></font></span><span class="final-path"></span><strong class="final-path"><br></strong>
    </div>
  <br>What should I do after that? may you please help me.<br><br>Best regards,   <br><br><font style="" color="#800000" face="Lucida Handwriting, Cursive"><strong>Eng Amer Alghadhban</strong></font><br>
<font style="" color="#800000" face="Lucida Handwriting"><strong>COE</strong></font><br>
<font style="" color="#800000" face="Lucida Handwriting"><strong>SANS-GCFW</strong></font><br>
<strong><font color="#800000"><font face="Lucida Handwriting">CEH, </font><font face="Lucida Handwriting">SCNP, </font><font face="Lucida Handwriting">CCNA</font></font></strong><br>                                          </div></body>
</html>