Add test case: inject IPv4 based TCP payload packet after recv C2S first payload
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user