Disable printing raw (undecoded) packet

This commit is contained in:
Nico Schottelius 2019-03-19 21:14:17 +01:00
parent fd3263d731
commit 4d90fd46a8
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class L2Controller(object):
def recv_msg_cpu(self, pkg):
packet = Ether(str(pkg))
self.debug_print_pkg(pkg)
# self.debug_print_pkg(pkg)
if packet.type == 0x0800:
pass