Updated receive.py & Calc tutorial (#284)
* Updated receive.py * Updated calc tutorial * Relocated calc tutorial
This commit is contained in:
committed by
Nate Foster
parent
76a9067dea
commit
3fdb8d6cb6
@@ -47,7 +47,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,
|
||||
|
||||
Reference in New Issue
Block a user