diff --git a/decode.py b/decode.py index 7a1e0e2..28e8b97 100644 --- a/decode.py +++ b/decode.py @@ -37,8 +37,6 @@ def live_capture(): if l != 6972: continue data = bytes(pkt) - with open('udp.bytes', 'ab+') as fd: - fd.write(bytes(pkt.payload)) yield data