Skip to content

Commit 746fc50

Browse files
committed
updated sample output (tcp flags enumeration)
1 parent 5ca5983 commit 746fc50

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

sample/out.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"hex": "7c8e"
167167
},
168168
"urgent_pointer": 0,
169-
"connection": "Flags::FIN|ACK [17]",
169+
"connection": "Flags::ACK|FIN [34816]",
170170
"nopayload": {
171171
}
172172
}
@@ -240,7 +240,7 @@
240240
"hex": "f93e"
241241
},
242242
"urgent_pointer": 0,
243-
"connection": "Flags::ACK [16]",
243+
"connection": "Flags::ACK [2048]",
244244
"nopayload": {
245245
}
246246
}
@@ -314,7 +314,7 @@
314314
"hex": "2af4"
315315
},
316316
"urgent_pointer": 0,
317-
"connection": "Flags::FIN|ACK [17]",
317+
"connection": "Flags::ACK|FIN [34816]",
318318
"nopayload": {
319319
}
320320
}

sample/out.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<key>urgent_pointer</key>
280280
<integer>0</integer>
281281
<key>connection</key>
282-
<string>Flags::FIN|ACK [17]</string>
282+
<string>Flags::ACK|FIN [34816]</string>
283283
<key>nopayload</key>
284284
<dict>
285285
</dict>
@@ -402,7 +402,7 @@
402402
<key>urgent_pointer</key>
403403
<integer>0</integer>
404404
<key>connection</key>
405-
<string>Flags::ACK [16]</string>
405+
<string>Flags::ACK [2048]</string>
406406
<key>nopayload</key>
407407
<dict>
408408
</dict>
@@ -525,7 +525,7 @@
525525
<key>urgent_pointer</key>
526526
<integer>0</integer>
527527
<key>connection</key>
528-
<string>Flags::FIN|ACK [17]</string>
528+
<string>Flags::ACK|FIN [34816]</string>
529529
<key>nopayload</key>
530530
<dict>
531531
</dict>

sample/out.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Frame 3
143143
| |-- window_size -> 31920
144144
| |-- checksum -> 7c 8e
145145
| |-- urgent_pointer -> 0
146-
| |-- connection -> Flags::FIN|ACK [17]
146+
| |-- connection -> Flags::ACK|FIN [34816]
147147
| |-- nopayload -> NIL
148148
|-- protocols -> Ethernet:IPv4:TCP
149149

@@ -203,7 +203,7 @@ Frame 4
203203
| |-- window_size -> 65535
204204
| |-- checksum -> f9 3e
205205
| |-- urgent_pointer -> 0
206-
| |-- connection -> Flags::ACK [16]
206+
| |-- connection -> Flags::ACK [2048]
207207
| |-- nopayload -> NIL
208208
|-- protocols -> Ethernet:IPv4:TCP
209209

@@ -263,7 +263,7 @@ Frame 5
263263
| |-- window_size -> 65535
264264
| |-- checksum -> 2a f4
265265
| |-- urgent_pointer -> 0
266-
| |-- connection -> Flags::FIN|ACK [17]
266+
| |-- connection -> Flags::ACK|FIN [34816]
267267
| |-- nopayload -> NIL
268268
|-- protocols -> Ethernet:IPv4:TCP
269269

0 commit comments

Comments
 (0)