Home
last modified time | relevance | path

Searched refs:NORM_TCP_BLOCK (Results 1 – 17 of 17) sorted by relevance

/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_normalize.h39 NORM_TCP_BLOCK = 0x00000200, // enable tcp norms (used for normalizer indexing) enumerator
60 #define NORM_TCP NORM_TCP_BLOCK | \
H A Dspp_normalize.c311 Norm_Enable(pc, NORM_TCP_BLOCK); in Parse_TCP()
562 LogFlag("tcp::block", nc, NORM_TCP_BLOCK); in Print_TCP()
/dports/security/snort3/snort3-3.1.19.0/src/stream/tcp/
H A Dtcp_state_close_wait.cc70 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in data_seg_recv()
98 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in fin_recv()
H A Dtcp_state_fin_wait2.cc69 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in ack_recv()
92 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in data_seg_recv()
H A Dtcp_state_handler.h58 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in no_flags()
H A Dtcp_session.cc758 listener->normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in check_for_window_slam()
769 listener->normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in check_for_window_slam()
780 tsd.get_listener()->normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in mark_packet_for_drop()
853 listener->normalizer.packet_dropper(tsd, NORM_TCP_BLOCK) ) in check_for_repeated_syn()
1091 listener->normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in validate_packet_established_session()
H A Dtcp_normalizer.cc101 const int8_t mode = (f == NORM_TCP_BLOCK) ? tns.tcp_block : tns.opt_block; in packet_dropper()
368 packet_dropper(tns, tsd, NORM_TCP_BLOCK); in handle_paws_no_timestamps()
H A Dtcp_state_time_wait.cc73 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in fin_recv()
H A Dtcp_state_closing.cc93 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in fin_recv()
H A Dtcp_state_fin_wait1.cc140 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in check_for_window_slam()
H A Dtcp_state_syn_recv.cc180 trk.normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in rst_recv()
H A Dtcp_normalizers.cc456 tns.tcp_block = Normalize_GetMode(NORM_TCP_BLOCK); in init()
H A Dtcp_stream_tracker.cc554 normalizer.packet_dropper(tsd, NORM_TCP_BLOCK); in update_on_rst_recv()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/normalize/
H A Dnorm_module.cc240 Norm_Set(&config, NORM_TCP_BLOCK, v.get_bool()); in set_tcp()
246 Norm_Set(&config, NORM_TCP_BLOCK, v.get_bool()); in set_tcp()
335 Norm_Set(&config, NORM_TCP_BLOCK, true); in begin()
H A Dnormalize.h52 NORM_TCP_BLOCK = 0x00200000, // enable tcp norms (used for normalizer indexing) enumerator
H A Dnormalize.cc169 opts += ", block = " + to_str(Norm_IsEnabled(nc, NORM_TCP_BLOCK)); in print_tcp()
/dports/security/snort/snort-2.9.18/src/preprocessors/Stream6/
H A Dsnort_stream_tcp.c3187 NormMode mode = Normalize_GetMode(snort_conf, NORM_TCP_BLOCK); in NormalDropPacket()