We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49719c1 commit 9a2a5d1Copy full SHA for 9a2a5d1
utils/trace.py
@@ -116,7 +116,7 @@ def send_packet_with_tcphandshake(this_request, timeout):
116
send(send_ack, verbose=0)
117
send_data = this_request
118
del(send_data[IP].src)
119
- send_data[IP].id = ans[0][0][IP].id + 1
+ send_data[IP].id = ans[0][0][IP].id + 2
120
send_data[TCP].sport = source_port
121
send_data[TCP].seq = ans[0][1][TCP].ack
122
send_data[TCP].ack = ans[0][1][TCP].seq + 1
0 commit comments