Add test case: inject IPv4 based TCP payload packet after recv C2S first payload

This commit is contained in:
luwenpeng
2024-05-21 17:39:16 +08:00
parent 3701fc7361
commit e8c61a1752
24 changed files with 580 additions and 410 deletions

View File

@@ -112,7 +112,7 @@ static void save_packet(const char *work_dir, struct packet *pkt, uint64_t idx)
fwrite(packet_get_data(pkt), 1, len, fp);
fflush(fp);
fclose(fp);
PACKET_IO_LOG_DEBUG("save packet to %s", file);
PACKET_IO_LOG_STATE("save packet to %s", file);
}
else
{