packet_manager.cc (snort3-3.1.28.0) | : | packet_manager.cc (snort3-3.1.29.0) | ||
---|---|---|---|---|
skipping to change at line 687 | skipping to change at line 687 | |||
phdr = p->pkth; | phdr = p->pkth; | |||
assert(c->pkth == c->context->pkth); | assert(c->pkth == c->context->pkth); | |||
DAQ_PktHdr_t* pkth = c->context->pkth; | DAQ_PktHdr_t* pkth = c->context->pkth; | |||
pkth->ingress_index = phdr->ingress_index; | pkth->ingress_index = phdr->ingress_index; | |||
pkth->ingress_group = phdr->ingress_group; | pkth->ingress_group = phdr->ingress_group; | |||
pkth->egress_index = phdr->egress_index; | pkth->egress_index = phdr->egress_index; | |||
pkth->egress_group = phdr->egress_group; | pkth->egress_group = phdr->egress_group; | |||
pkth->flags = phdr->flags; | pkth->flags = phdr->flags; | |||
pkth->address_space_id = phdr->address_space_id; | pkth->address_space_id = phdr->address_space_id; | |||
pkth->tenant_id = phdr->tenant_id; | ||||
pkth->opaque = opaque; | pkth->opaque = opaque; | |||
} | } | |||
//------------------------------------------------------------------------- | //------------------------------------------------------------------------- | |||
// formatters: | // formatters: | |||
// - these packets undergo detection | // - these packets undergo detection | |||
// - need to set Packet stuff except for frag which calls grinder | // - need to set Packet stuff except for frag which calls grinder | |||
// - include original options except for frag inner ip | // - include original options except for frag inner ip | |||
// - inner layer header is very similar but payload differs | // - inner layer header is very similar but payload differs | |||
// - original ttl is always used | // - original ttl is always used | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |