Increment flow use cnt for pseudo packets as the flow is not supposed to disappear while dealing with those packets.

remotes/origin/master-1.1.x
Victor Julien 15 years ago
parent 2072ad80af
commit 6482c34909

@ -3304,6 +3304,7 @@ Packet *StreamTcpPseudoSetup(Packet *parent, uint8_t *pkt, uint32_t len)
p->ts.tv_usec = parent->ts.tv_usec;
p->flow = parent->flow;
FlowIncrUsecnt(p->flow);
/* set tunnel flags */

Loading…
Cancel
Save