<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>Running a test on L2_learning module and trying to send an ARP packet from a host using Scapy. After sending an ARP request from host#1 to host#2, I checked Wireshark and I have found 4 packets: <br><br>1- Broadcast ARP request <br>2- Unicast ARP reply <br>3- Unicast ARP request <br>4- Unicast ARP reply<br><br>Why do I have the third packet? Who is sending it ? I used scapy command: arp = ARP(op=1, psrc=host1, pdst=host2, hwdst= mac address of host2)<br>Cheers, <br>Talal<br><br> </div></body>
</html>