Updated receive.py & Calc tutorial (#284)

* Updated receive.py

* Updated calc tutorial

* Relocated calc tutorial
This commit is contained in:
Xin Zhe Khooi
2019-09-20 09:44:24 -04:00
committed by Nate Foster
parent 76a9067dea
commit 3fdb8d6cb6
11 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def handle_pkt(pkt):
def main():
iface = 'h2-eth0'
iface = 'eth0'
print "sniffing on %s" % iface
sys.stdout.flush()
sniff(filter="udp and port 4321", iface = iface,