Skip to content

Commit 2247fd1

Browse files
committed
...and in the other place that matters tcp = 0x06
1 parent d17cb86 commit 2247fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mangletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def handle_pkt(bytes):
141141
elif sock == tun:
142142
pkt = dpkt.ip.IP(tun.recv())
143143
pkt.src = socket.inet_aton(my_real_addr)
144-
if pkt.p == 0x11 or pkt.p == 0x07:
144+
if pkt.p == 0x11 or pkt.p == 0x06:
145145
pkt.sum = 0
146146
pkt.data.sum = 0
147147

0 commit comments

Comments
 (0)