Refactor the session manager using session transformation 2D array & Update test case
This commit is contained in:
@@ -246,8 +246,7 @@ void packet_io_dumpfile_inject(struct packet_io_dumpfile *handle, uint16_t threa
|
||||
ATOMIC_ADD(&handle->stat.inject_pkts, 1);
|
||||
ATOMIC_ADD(&handle->stat.inject_bytes, packet_get_len(pkt));
|
||||
|
||||
struct pcap_pkt *pcap_pkt = (struct pcap_pkt *)packet_get_user_data(pkt);
|
||||
assert(pcap_pkt == NULL);
|
||||
assert(packet_get_user_data(pkt) == NULL);
|
||||
|
||||
packet_free(pkt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user