Home
last modified time | relevance | path

Searched refs:allow_reset_tcpstate (Results 1 – 7 of 7) sorted by relevance

/dports/dns/dnscap/dnscap-2.0.1/src/test/
H A Dtest7.sh24 ../dnscap -r "$what" -g -T -o parse_ongoing_tcp=yes -o allow_reset_tcpstate=yes 2>>test7.out
25 …../dnscap -r "$what" -g -T -o parse_ongoing_tcp=yes -o allow_reset_tcpstate=yes -o use_layers=yes …
27 …../dnscap -r "$what" -T -o parse_ongoing_tcp=yes -o allow_reset_tcpstate=yes -P "$txtout" >>test7.…
28 …../dnscap -r "$what" -T -o parse_ongoing_tcp=yes -o allow_reset_tcpstate=yes -o use_layers=yes -P …
H A Dtest8.sh11 ../dnscap -r "$what" -g -T -o reassemble_tcp=yes -o allow_reset_tcpstate=yes 2>>test8.out
12 …../dnscap -r "$what" -g -T -o reassemble_tcp=yes -o allow_reset_tcpstate=yes -o use_layers=yes 2>>…
H A Dtest7.gold685 Enabling parse_ongoing_tcp and allow_reset_tcpstate
/dports/dns/dnscap/dnscap-2.0.1/src/
H A Doptions.h110 int allow_reset_tcpstate; member
H A Dtcpstate.c127 if (options.allow_reset_tcpstate && tcpstate) { in tcpstate_reset()
H A Doptions.c207 options->allow_reset_tcpstate = 1; in option_parse()
H A Dnetwork.c654 if (options.allow_reset_tcpstate) { in network_pkt2()
679 if (options.allow_reset_tcpstate && tcpstate->lastdns && seq > tcpstate->lastdns + 2) { in network_pkt2()
1337 if (options.allow_reset_tcpstate) { in network_pkt()
1360 if (options.allow_reset_tcpstate && tcpstate->lastdns && seq > tcpstate->lastdns + 2) { in network_pkt()