Skip to content

Commit 502f111

Browse files
committedMar 21, 2017
logs change
1 parent 13506b0 commit 502f111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎arp-proxy.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ def arp_proxy(pkt):
8888

8989
sendp(arp_reply, iface=iface, verbose=0)
9090
print('-----------------------------------\n')
91-
print('ARP receive: \n')
91+
print('IN: ARP request \n')
9292
print('-----------------------------------\n')
9393
pkt.show()
9494
print('-----------------------------------\n')
9595
print('-----------------------------------\n')
96-
print('ARP send: \n')
96+
print('OUT: ARP reply \n')
9797
print('-----------------------------------\n')
9898
arp_reply.show()
9999
print('-----------------------------------\n')

0 commit comments

Comments
 (0)
Please sign in to comment.