Home
last modified time | relevance | path

Searched refs:TH_PUSH (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/security/snort3/snort3-3.1.19.0/src/protocols/
H A Dtcp.h35 #define TH_PUSH 0x08 macro
42 #define TH_NORESERVED (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG)
134 { return ((th_flags & TH_PUSH) != 0); } in is_psh()
/dports/net/file2pcap/file2pcap-1.29/
H A Dhttp2.c98 …craftTcp(http2Magic, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, … in http2ClientMagic()
161 …cp(http2Settings, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2ClientSettings()
248 craftTcp(request, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2ClientGetRequest()
352 craftTcp(request, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2MagicGetRequest()
416 …craftTcp(settingsAck, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH,… in http2SettingsAck()
480 …craftTcp(settings, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho… in http2Settings()
562 craftTcp(request, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2Headers()
660 …ftTcp(data, count+9, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2TransferFile()
725 …craftTcp(dataClose, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, h… in http2DataStreamClose()
789 craftTcp(goAway, len, ho->direction == FROM_SERVER ? FROM_SERVER : TO_SERVER, TH_ACK|TH_PUSH, ho); in http2GoAway()
/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer.c1131 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest01()
1193 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest01()
1245 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest02()
1297 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest02()
1359 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest02()
1422 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest03()
1484 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest03()
1548 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest04()
1570 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest04()
1653 p->tcph->th_flags = TH_PUSH | TH_ACK; in AppLayerTest04()
[all …]
H A Ddetect-tcp-flags.c249 de->flags |= TH_PUSH; in DetectFlagsParse()
320 de->flags |= TH_PUSH; in DetectFlagsParse()
410 de->ignored_flags &= ~TH_PUSH; in DetectFlagsParse()
673 p->tcph->th_flags = TH_ACK|TH_PUSH|TH_SYN|TH_RST; in FlagsTestParse03()
677 if (de == NULL || (de->flags != (TH_ACK|TH_PUSH)) ) in FlagsTestParse03()
784 p->tcph->th_flags = TH_ACK|TH_PUSH|TH_SYN|TH_RST; in FlagsTestParse05()
788 …if (de == NULL || (de->modifier != MODIFIER_PLUS) || (de->flags != (TH_ACK|TH_PUSH)) || (de->ignor… in FlagsTestParse05()
840 p->tcph->th_flags = TH_ACK|TH_PUSH|TH_SYN|TH_RST; in FlagsTestParse06()
899 if (de == NULL || (de->modifier != MODIFIER_ANY) || (de->flags != (TH_ACK|TH_PUSH))) in FlagsTestParse07()
1010 if (de == NULL || (de->modifier != MODIFIER_NOT) || (de->flags != (TH_ACK|TH_PUSH))) in FlagsTestParse09()
[all …]
H A Dstream-tcp.c6684 tcph.th_flags = TH_ACK|TH_PUSH; in StreamTcpTest05()
6849 tcph.th_flags = TH_ACK|TH_PUSH; in StreamTcpTest07()
6911 tcph.th_flags = TH_ACK|TH_PUSH; in StreamTcpTest08()
6974 tcph.th_flags = TH_ACK|TH_PUSH; in StreamTcpTest09()
7518 tcph.th_flags = TH_ACK|TH_PUSH; in StreamTcpTest14()
7920 tcph.th_flags = TH_ACK|TH_PUSH; in StreamTcpTest15()
8087 tcph.th_flags = TH_ACK|TH_PUSH; in StreamTcpTest16()
8257 tcph.th_flags = TH_ACK|TH_PUSH; in StreamTcpTest17()
8662 tcph.th_flags = TH_PUSH | TH_ACK; in StreamTcpTest23()
8727 tcph.th_flags = TH_PUSH | TH_ACK; in StreamTcpTest24()
[all …]
/dports/security/unicornscan/unicornscan-0.4.2/src/scan_progs/
H A Dscan_export.h31 #ifndef TH_PUSH
32 #define TH_PUSH 0x08 /* push data to the app layer */ macro
H A Dpackets.h53 #ifndef TH_PUSH
54 #define TH_PUSH 0x08 /* push data to the app layer */ macro
/dports/net/nepenthes/nepenthes-0.2.2/modules/module-honeytrap/
H A DTrapSocket.hpp171 #ifndef TH_PUSH
172 #define TH_PUSH 0x08 /* push data to the app layer */ macro
/dports/net-mgmt/p5-Cflow/Cflow-1.053/
H A DCflow.pm27 $Cflow::TH_PUSH = 0x08;
35 PUSH => $Cflow::TH_PUSH,
393 $TH_PUSH
/dports/net/xprobe/xprobe2-0.3/libs-external/USI++/samples/
H A Dtel.cc23 tcp.set_flags(TH_PUSH); in main()
H A Dpush-scan.cc73 tcp.set_flags(TH_PUSH); in main()
/dports/net/xprobe/xprobe2-0.3/libs-external/USI++/usi++/
H A Dusi-structs.h318 #ifndef TH_PUSH
319 #define TH_PUSH 0x08 macro
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/cygwin-include/netinet/
H A Dtcp.h40 #define TH_PUSH 0x08 macro
/dports/net-mgmt/bpft/bpft/linux-include/netinet/
H A Dtcp.h34 #define TH_PUSH 0x08 macro
/dports/net-mgmt/clog/clog/linux-include/
H A Dtcp.h34 #define TH_PUSH 0x08 macro
/dports/net-mgmt/jnettop/jnettop-0.13.0/include/
H A Dtcp.h54 #define TH_PUSH 0x08 macro
/dports/net-mgmt/iftop/iftop-1.0pre4/
H A Dtcp.h53 #define TH_PUSH 0x08 macro
/dports/security/unicornscan/unicornscan-0.4.2/src/report_modules/p0f/
H A Dtcp.h28 #define TH_PUSH 0x08 macro
/dports/net/packter-agent/PackterAgent-2.5/src/
H A Dproto_tcp.h20 #define TH_PUSH 0x08 macro
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/p0f/
H A Dp0ftcp.h31 #define TH_PUSH 0x08 macro
/dports/net/tcpillust/tcpillust/tcpdump/
H A Dtcp.h53 #define TH_PUSH 0x08 macro
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-cnfp.c233 flags & TH_PUSH ? "P" : "", in cnfp_v1_print()
335 flags & TH_PUSH ? "P" : "", in cnfp_v5_print()
437 flags & TH_PUSH ? "P" : "", in cnfp_v6_print()
/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/NETINET/
H A DTCP.H58 #define TH_PUSH 0x08 macro
/dports/net/lft/lft-3.91/include/netinet/
H A Dtcp.h58 #define TH_PUSH 0x08 macro
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/clicknet/
H A Dtcp.h43 #define TH_PUSH 0x08 macro

1234567891011