We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13506b0 commit 502f111Copy full SHA for 502f111
arp-proxy.py
@@ -88,12 +88,12 @@ def arp_proxy(pkt):
88
89
sendp(arp_reply, iface=iface, verbose=0)
90
print('-----------------------------------\n')
91
- print('ARP receive: \n')
+ print('IN: ARP request \n')
92
93
pkt.show()
94
95
96
- print('ARP send: \n')
+ print('OUT: ARP reply \n')
97
98
arp_reply.show()
99
0 commit comments