tcp session record last packet tcp payload length used to calculate seq of injected RST packets

This commit is contained in:
luwenpeng
2024-04-25 15:39:02 +08:00
parent 54a78389cf
commit 17ca476c24
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ struct tcp_half
uint32_t seq;
uint32_t ack;
uint16_t len;
uint8_t flags;
};