Tag 'debian/2.8.5.2-vyatta-19' created by Stig Thormodsrud <[email protected]> at 2011-01-07 00:54 -0800
2.8.5.2-vyatta-19
Changes since debian/2.8.5.2-vyatta-18:
Stig Thormodsrud (8):
Merge upstream 2.8.6.1
Add vyatta patch8
Add vyatta patch directory
Remove #include of rules since the rules no longer exist.
enable zlib
change default to use queue 0
remove generated files
2.8.5.2-vyatta-19
---
.gitignore |
3
ChangeLog |
662
RELEASE.NOTES |
43
configure.in |
115
debian/changelog |
12
debian/rules |
3
debian/vyatta-patches/patch1 |
26
debian/vyatta-patches/patch2 |
51
debian/vyatta-patches/patch3 |
24
debian/vyatta-patches/patch4 |
29
debian/vyatta-patches/patch5 |
26
debian/vyatta-patches/patch6 |
22
debian/vyatta-patches/patch7 |
38
debian/vyatta-patches/patch8 |
178
debian/vyatta-snort.default |
2
doc/Makefile.am |
1
doc/README |
2
doc/README.INLINE |
9
doc/README.PerfProfiling |
3
doc/README.asn1 |
2
doc/README.database |
3
doc/README.dcerpc |
16
doc/README.dcerpc2 |
26
doc/README.filters |
5
doc/README.flowbits |
27
doc/README.frag3 |
13
doc/README.ftptelnet |
2
doc/README.http_inspect |
189
doc/README.multipleconfigs |
3
doc/README.pcap_readmode |
4
doc/README.sensitive_data |
153
doc/README.sfportscan |
13
doc/README.ssh |
2
doc/README.ssl |
14
doc/README.stream5 |
21
doc/TODO |
1
doc/faq.tex |
8
doc/snort_manual.tex |
1304 +
etc/classification.config |
3
etc/gen-msg.map |
6
etc/reference.config |
1
etc/snort.conf |
1018 -
preproc_rules/Makefile.am |
2
preproc_rules/decoder.rules |
21
preproc_rules/preprocessor.rules |
136
preproc_rules/sensitive-data.rules |
5
rpm/snort.spec |
7
snort.8 |
2
src/Makefile.am |
9
src/bounds.h |
98
src/build.h |
2
src/byte_extract.c |
2
src/byte_extract.h |
2
src/checksum.h |
28
src/cpuclock.h |
2
src/debug.c |
5
src/debug.h |
2
src/decode.c |
84
src/decode.h |
76
src/detect.c |
177
src/detect.h |
15
src/detection-plugins/Makefile.am |
3
src/detection-plugins/detection_options.c |
23
src/detection-plugins/detection_options.h |
51
src/detection-plugins/sp_asn1.c |
7
src/detection-plugins/sp_asn1.h |
2
src/detection-plugins/sp_asn1_detect.c |
2
src/detection-plugins/sp_asn1_detect.h |
2
src/detection-plugins/sp_byte_check.c |
19
src/detection-plugins/sp_byte_check.h |
2
src/detection-plugins/sp_byte_jump.c |
26
src/detection-plugins/sp_byte_jump.h |
2
src/detection-plugins/sp_clientserver.c |
5
src/detection-plugins/sp_clientserver.h |
2
src/detection-plugins/sp_cvs.c |
5
src/detection-plugins/sp_cvs.h |
2
src/detection-plugins/sp_dsize_check.c |
5
src/detection-plugins/sp_dsize_check.h |
2
src/detection-plugins/sp_file_data.c |
196
src/detection-plugins/sp_file_data.h |
27
src/detection-plugins/sp_flowbits.c |
205
src/detection-plugins/sp_flowbits.h |
14
src/detection-plugins/sp_ftpbounce.c |
5
src/detection-plugins/sp_ftpbounce.h |
2
src/detection-plugins/sp_hdr_opt_wrap.c |
20
src/detection-plugins/sp_hdr_opt_wrap.h |
20
src/detection-plugins/sp_icmp_code_check.c |
5
src/detection-plugins/sp_icmp_code_check.h |
2
src/detection-plugins/sp_icmp_id_check.c |
5
src/detection-plugins/sp_icmp_id_check.h |
2
src/detection-plugins/sp_icmp_seq_check.c |
5
src/detection-plugins/sp_icmp_seq_check.h |
2
src/detection-plugins/sp_icmp_type_check.c |
5
src/detection-plugins/sp_icmp_type_check.h |
2
src/detection-plugins/sp_ip_fragbits.c |
7
src/detection-plugins/sp_ip_fragbits.h |
2
src/detection-plugins/sp_ip_id_check.c |
5
src/detection-plugins/sp_ip_id_check.h |
2
src/detection-plugins/sp_ip_proto.c |
7
src/detection-plugins/sp_ip_proto.h |
3
src/detection-plugins/sp_ip_same_check.c |
5
src/detection-plugins/sp_ip_same_check.h |
2
src/detection-plugins/sp_ip_tos_check.c |
5
src/detection-plugins/sp_ip_tos_check.h |
2
src/detection-plugins/sp_ipoption_check.c |
5
src/detection-plugins/sp_ipoption_check.h |
2
src/detection-plugins/sp_isdataat.c |
28
src/detection-plugins/sp_isdataat.h |
2
src/detection-plugins/sp_pattern_match.c |
3115 +--
src/detection-plugins/sp_pattern_match.h |
155
src/detection-plugins/sp_pcre.c |
37
src/detection-plugins/sp_pcre.h |
10
src/detection-plugins/sp_react.c |
7
src/detection-plugins/sp_react.h |
2
src/detection-plugins/sp_replace.c |
27
src/detection-plugins/sp_replace.h |
2
src/detection-plugins/sp_respond.c |
5
src/detection-plugins/sp_respond.h |
2
src/detection-plugins/sp_respond2.c |
5
src/detection-plugins/sp_rpc_check.c |
5
src/detection-plugins/sp_rpc_check.h |
2
src/detection-plugins/sp_session.c |
5
src/detection-plugins/sp_session.h |
2
src/detection-plugins/sp_tcp_ack_check.c |
5
src/detection-plugins/sp_tcp_ack_check.h |
2
src/detection-plugins/sp_tcp_flag_check.c |
5
src/detection-plugins/sp_tcp_flag_check.h |
2
src/detection-plugins/sp_tcp_seq_check.c |
5
src/detection-plugins/sp_tcp_seq_check.h |
2
src/detection-plugins/sp_tcp_win_check.c |
5
src/detection-plugins/sp_tcp_win_check.h |
2
src/detection-plugins/sp_ttl_check.c |
5
src/detection-plugins/sp_ttl_check.h |
2
src/detection-plugins/sp_urilen_check.c |
5
src/detection-plugins/sp_urilen_check.h |
2
src/detection_filter.c |
2
src/detection_filter.h |
2
src/dynamic-examples/Makefile.am |
89
src/dynamic-plugins/sf_convert_dynamic.c |
78
src/dynamic-plugins/sf_convert_dynamic.h |
2
src/dynamic-plugins/sf_dynamic_common.h |
17
src/dynamic-plugins/sf_dynamic_define.h |
2
src/dynamic-plugins/sf_dynamic_detection.h |
2
src/dynamic-plugins/sf_dynamic_engine.h |
52
src/dynamic-plugins/sf_dynamic_meta.h |
2
src/dynamic-plugins/sf_dynamic_plugins.c |
56
src/dynamic-plugins/sf_dynamic_preprocessor.h |
36
src/dynamic-plugins/sf_engine/bmh.c |
2
src/dynamic-plugins/sf_engine/bmh.h |
2
src/dynamic-plugins/sf_engine/sf_snort_detection_engine.c |
357
src/dynamic-plugins/sf_engine/sf_snort_packet.h |
39
src/dynamic-plugins/sf_engine/sf_snort_plugin_api.c |
66
src/dynamic-plugins/sf_engine/sf_snort_plugin_api.h |
22
src/dynamic-plugins/sf_engine/sf_snort_plugin_byte.c |
2
src/dynamic-plugins/sf_engine/sf_snort_plugin_content.c |
29
src/dynamic-plugins/sf_engine/sf_snort_plugin_hdropts.c |
2
src/dynamic-plugins/sf_engine/sf_snort_plugin_loop.c |
2
src/dynamic-plugins/sf_engine/sf_snort_plugin_pcre.c |
24
src/dynamic-plugins/sf_engine/sf_snort_plugin_rc4.c |
2
src/dynamic-plugins/sf_preproc_example/sf_dynamic_preproc_lib.c |
14
src/dynamic-plugins/sf_preproc_example/sf_dynamic_preproc_lib.h |
2
src/dynamic-plugins/sp_dynamic.c |
73
src/dynamic-plugins/sp_dynamic.h |
19
src/dynamic-plugins/sp_preprocopt.c |
76
src/dynamic-plugins/sp_preprocopt.h |
17
src/dynamic-preprocessors/Makefile.am |
66
src/dynamic-preprocessors/dcerpc/Makefile.am |
2
src/dynamic-preprocessors/dcerpc/dcerpc.c |
13
src/dynamic-preprocessors/dcerpc/dcerpc.h |
14
src/dynamic-preprocessors/dcerpc/dcerpc_config.c |
7
src/dynamic-preprocessors/dcerpc/dcerpc_util.c |
2
src/dynamic-preprocessors/dcerpc/dcerpc_util.h |
2
src/dynamic-preprocessors/dcerpc/sf_preproc_info.h |
2
src/dynamic-preprocessors/dcerpc/smb_andx_decode.c |
2
src/dynamic-preprocessors/dcerpc/smb_andx_decode.h |
2
src/dynamic-preprocessors/dcerpc/smb_andx_structs.h |
2
src/dynamic-preprocessors/dcerpc/smb_file_decode.c |
2
src/dynamic-preprocessors/dcerpc/smb_file_decode.h |
2
src/dynamic-preprocessors/dcerpc/smb_file_structs.h |
2
src/dynamic-preprocessors/dcerpc/smb_structs.h |
2
src/dynamic-preprocessors/dcerpc/snort_dcerpc.c |
2
src/dynamic-preprocessors/dcerpc/snort_dcerpc.h |
4
src/dynamic-preprocessors/dcerpc/spp_dcerpc.c |
78
src/dynamic-preprocessors/dcerpc/spp_dcerpc.h |
2
src/dynamic-preprocessors/dcerpc2/Makefile.am |
2
src/dynamic-preprocessors/dcerpc2/dce2_cl.c |
2
src/dynamic-preprocessors/dcerpc2/dce2_cl.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_co.c |
93
src/dynamic-preprocessors/dcerpc2/dce2_co.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_config.c |
29
src/dynamic-preprocessors/dcerpc2/dce2_config.h |
3
src/dynamic-preprocessors/dcerpc2/dce2_debug.c |
6
src/dynamic-preprocessors/dcerpc2/dce2_debug.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_event.c |
4
src/dynamic-preprocessors/dcerpc2/dce2_event.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_http.c |
2
src/dynamic-preprocessors/dcerpc2/dce2_http.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_list.c |
2
src/dynamic-preprocessors/dcerpc2/dce2_list.h |
4
src/dynamic-preprocessors/dcerpc2/dce2_memory.c |
2
src/dynamic-preprocessors/dcerpc2/dce2_memory.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_roptions.c |
657
src/dynamic-preprocessors/dcerpc2/dce2_roptions.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_session.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_smb.c |
2
src/dynamic-preprocessors/dcerpc2/dce2_smb.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_stats.c |
2
src/dynamic-preprocessors/dcerpc2/dce2_stats.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_tcp.c |
2
src/dynamic-preprocessors/dcerpc2/dce2_tcp.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_udp.c |
2
src/dynamic-preprocessors/dcerpc2/dce2_udp.h |
2
src/dynamic-preprocessors/dcerpc2/dce2_utils.c |
4
src/dynamic-preprocessors/dcerpc2/dce2_utils.h |
8
src/dynamic-preprocessors/dcerpc2/includes/dcerpc.h |
31
src/dynamic-preprocessors/dcerpc2/includes/smb.h |
2
src/dynamic-preprocessors/dcerpc2/sf_preproc_info.h |
4
src/dynamic-preprocessors/dcerpc2/snort_dce2.c |
17
src/dynamic-preprocessors/dcerpc2/snort_dce2.h |
3
src/dynamic-preprocessors/dcerpc2/spp_dce2.c |
82
src/dynamic-preprocessors/dcerpc2/spp_dce2.h |
2
src/dynamic-preprocessors/dns/Makefile.am |
2
src/dynamic-preprocessors/dns/sf_dns.dsp |
8
src/dynamic-preprocessors/dns/sf_preproc_info.h |
4
src/dynamic-preprocessors/dns/spp_dns.c |
2
src/dynamic-preprocessors/dns/spp_dns.h |
2
src/dynamic-preprocessors/ftptelnet/Makefile.am |
2
src/dynamic-preprocessors/ftptelnet/ftp_bounce_lookup.c |
2
src/dynamic-preprocessors/ftptelnet/ftp_bounce_lookup.h |
2
src/dynamic-preprocessors/ftptelnet/ftp_client.h |
2
src/dynamic-preprocessors/ftptelnet/ftp_cmd_lookup.c |
2
src/dynamic-preprocessors/ftptelnet/ftp_cmd_lookup.h |
2
src/dynamic-preprocessors/ftptelnet/ftp_server.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_eo.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_eo_events.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_eo_log.c |
2
src/dynamic-preprocessors/ftptelnet/ftpp_eo_log.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_include.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_return_codes.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_si.c |
2
src/dynamic-preprocessors/ftptelnet/ftpp_si.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_ui_client_lookup.c |
2
src/dynamic-preprocessors/ftptelnet/ftpp_ui_client_lookup.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_ui_config.c |
2
src/dynamic-preprocessors/ftptelnet/ftpp_ui_config.h |
2
src/dynamic-preprocessors/ftptelnet/ftpp_ui_server_lookup.c |
2
src/dynamic-preprocessors/ftptelnet/ftpp_ui_server_lookup.h |
2
src/dynamic-preprocessors/ftptelnet/hi_util_kmap.c |
2
src/dynamic-preprocessors/ftptelnet/hi_util_kmap.h |
2
src/dynamic-preprocessors/ftptelnet/hi_util_xmalloc.c |
2
src/dynamic-preprocessors/ftptelnet/hi_util_xmalloc.h |
2
src/dynamic-preprocessors/ftptelnet/pp_ftp.c |
58
src/dynamic-preprocessors/ftptelnet/pp_ftp.h |
2
src/dynamic-preprocessors/ftptelnet/pp_telnet.c |
2
src/dynamic-preprocessors/ftptelnet/pp_telnet.h |
2
src/dynamic-preprocessors/ftptelnet/sf_ftptelnet.dsp |
8
src/dynamic-preprocessors/ftptelnet/sf_preproc_info.h |
4
src/dynamic-preprocessors/ftptelnet/snort_ftptelnet.c |
8
src/dynamic-preprocessors/ftptelnet/snort_ftptelnet.h |
2
src/dynamic-preprocessors/ftptelnet/spp_ftptelnet.c |
10
src/dynamic-preprocessors/ftptelnet/spp_ftptelnet.h |
2
src/dynamic-preprocessors/libs/sfcommon.h |
2
src/dynamic-preprocessors/libs/sfparser.c |
4
src/dynamic-preprocessors/libs/ssl.c |
2
src/dynamic-preprocessors/libs/ssl.h |
2
src/dynamic-preprocessors/sdf/Makefile.am |
47
src/dynamic-preprocessors/sdf/sdf_credit_card.c |
126
src/dynamic-preprocessors/sdf/sdf_credit_card.h |
31
src/dynamic-preprocessors/sdf/sdf_detection_option.c |
304
src/dynamic-preprocessors/sdf/sdf_detection_option.h |
47
src/dynamic-preprocessors/sdf/sdf_pattern_match.c |
632
src/dynamic-preprocessors/sdf/sdf_pattern_match.h |
37
src/dynamic-preprocessors/sdf/sdf_us_ssn.c |
252
src/dynamic-preprocessors/sdf/sdf_us_ssn.h |
35
src/dynamic-preprocessors/sdf/sf_preproc_info.h |
34
src/dynamic-preprocessors/sdf/sf_sdf.dsp |
223
src/dynamic-preprocessors/sdf/spp_sdf.c |
917 +
src/dynamic-preprocessors/sdf/spp_sdf.h |
114
src/dynamic-preprocessors/sf_dynamic_initialize/sf_dynamic_initialize.dsp |
537
src/dynamic-preprocessors/smtp/Makefile.am |
2
src/dynamic-preprocessors/smtp/sf_preproc_info.h |
4
src/dynamic-preprocessors/smtp/sf_smtp.dsp |
8
src/dynamic-preprocessors/smtp/smtp_config.c |
2
src/dynamic-preprocessors/smtp/smtp_config.h |
2
src/dynamic-preprocessors/smtp/smtp_log.c |
2
src/dynamic-preprocessors/smtp/smtp_log.h |
2
src/dynamic-preprocessors/smtp/smtp_normalize.c |
2
src/dynamic-preprocessors/smtp/smtp_normalize.h |
2
src/dynamic-preprocessors/smtp/smtp_util.c |
2
src/dynamic-preprocessors/smtp/smtp_util.h |
2
src/dynamic-preprocessors/smtp/smtp_xlink2state.c |
2
src/dynamic-preprocessors/smtp/smtp_xlink2state.h |
2
src/dynamic-preprocessors/smtp/snort_smtp.c |
4
src/dynamic-preprocessors/smtp/snort_smtp.h |
2
src/dynamic-preprocessors/smtp/spp_smtp.c |
2
src/dynamic-preprocessors/smtp/spp_smtp.h |
2
src/dynamic-preprocessors/ssh/Makefile.am |
2
src/dynamic-preprocessors/ssh/sf_preproc_info.h |
4
src/dynamic-preprocessors/ssh/sf_ssh.dsp |
8
src/dynamic-preprocessors/ssh/spp_ssh.c |
6
src/dynamic-preprocessors/ssh/spp_ssh.h |
2
src/dynamic-preprocessors/ssl/Makefile.am |
2
src/dynamic-preprocessors/ssl/sf_preproc_info.h |
4
src/dynamic-preprocessors/ssl/sf_ssl.dsp |
8
src/dynamic-preprocessors/ssl/spp_ssl.c |
14
src/dynamic-preprocessors/ssl/spp_ssl.h |
2
src/dynamic-preprocessors/treenodes.sed |
16
src/event.h |
2
src/event_queue.c |
51
src/event_queue.h |
13
src/event_wrapper.c |
3
src/event_wrapper.h |
3
src/fpcreate.c |
2937 +--
src/fpcreate.h |
30
src/fpdetect.c |
803 -
src/fpdetect.h |
2
src/generators.h |
15
src/ipv6_port.h |
2
src/log.c |
218
src/log.h |
3
src/log_text.c |
180
src/log_text.h |
3
src/mempool.c |
5
src/mempool.h |
2
src/mstring.c |
2
src/mstring.h |
2
src/obfuscation.c |
1483 +
src/obfuscation.h |
272
src/output-plugins/spo_alert_fast.c |
46
src/output-plugins/spo_alert_fast.h |
2
src/output-plugins/spo_alert_full.c |
15
src/output-plugins/spo_alert_full.h |
2
src/output-plugins/spo_alert_prelude.c |
4
src/output-plugins/spo_alert_sf_socket.c |
5
src/output-plugins/spo_alert_sf_socket.h |
2
src/output-plugins/spo_alert_syslog.c |
184
src/output-plugins/spo_alert_syslog.h |
2
src/output-plugins/spo_alert_test.c |
105
src/output-plugins/spo_alert_test.h |
2
src/output-plugins/spo_alert_unixsock.c |
34
src/output-plugins/spo_alert_unixsock.h |
2
src/output-plugins/spo_csv.c |
425
src/output-plugins/spo_csv.h |
2
src/output-plugins/spo_database.c |
87
src/output-plugins/spo_log_ascii.c |
27
src/output-plugins/spo_log_ascii.h |
2
src/output-plugins/spo_log_null.c |
19
src/output-plugins/spo_log_null.h |
2
src/output-plugins/spo_log_tcpdump.c |
14
src/output-plugins/spo_log_tcpdump.h |
2
src/output-plugins/spo_unified.c |
31
src/output-plugins/spo_unified.h |
2
src/output-plugins/spo_unified2.c |
149
src/output-plugins/spo_unified2.h |
2
src/packet_time.c |
2
src/packet_time.h |
2
src/parser.c |
832 -
src/parser.h |
11
src/parser/IpAddrSet.c |
5
src/parser/IpAddrSet.h |
3
src/pcap_pkthdr32.h |
2
src/pcrm.c |
74
src/pcrm.h |
33
src/plugbase.c |
11
src/plugbase.h |
8
src/plugin_enum.h |
2
src/ppm.c |
8
src/ppm.h |
4
src/preprocessors/HttpInspect/Makefile.am |
1
src/preprocessors/HttpInspect/anomaly_detection/hi_ad.c |
2
src/preprocessors/HttpInspect/client/hi_client.c |
381
src/preprocessors/HttpInspect/client/hi_client_norm.c |
39
src/preprocessors/HttpInspect/event_output/hi_eo_log.c |
6
src/preprocessors/HttpInspect/include/Makefile.am |
5
src/preprocessors/HttpInspect/include/hi_ad.h |
2
src/preprocessors/HttpInspect/include/hi_client.h |
63
src/preprocessors/HttpInspect/include/hi_client_norm.h |
2
src/preprocessors/HttpInspect/include/hi_client_stateful.h |
37
src/preprocessors/HttpInspect/include/hi_eo.h |
2
src/preprocessors/HttpInspect/include/hi_eo_events.h |
9
src/preprocessors/HttpInspect/include/hi_eo_log.h |
2
src/preprocessors/HttpInspect/include/hi_include.h |
21
src/preprocessors/HttpInspect/include/hi_mi.h |
8
src/preprocessors/HttpInspect/include/hi_norm.h |
4
src/preprocessors/HttpInspect/include/hi_reqmethod_check.h |
52
src/preprocessors/HttpInspect/include/hi_return_codes.h |
2
src/preprocessors/HttpInspect/include/hi_server.h |
33
src/preprocessors/HttpInspect/include/hi_server_norm.h |
42
src/preprocessors/HttpInspect/include/hi_si.h |
2
src/preprocessors/HttpInspect/include/hi_stateful_inspect.h |
238
src/preprocessors/HttpInspect/include/hi_ui_config.h |
19
src/preprocessors/HttpInspect/include/hi_ui_iis_unicode_map.h |
2
src/preprocessors/HttpInspect/include/hi_ui_server_lookup.h |
2
src/preprocessors/HttpInspect/include/hi_uri.h |
61
src/preprocessors/HttpInspect/include/hi_util.h |
42
src/preprocessors/HttpInspect/include/hi_util_hbm.h |
2
src/preprocessors/HttpInspect/include/hi_util_kmap.h |
2
src/preprocessors/HttpInspect/include/hi_util_xmalloc.h |
2
src/preprocessors/HttpInspect/mode_inspection/hi_mi.c |
42
src/preprocessors/HttpInspect/normalization/hi_norm.c |
107
src/preprocessors/HttpInspect/server/Makefile.am |
3
src/preprocessors/HttpInspect/server/hi_server.c |
969 +
src/preprocessors/HttpInspect/server/hi_server_norm.c |
186
src/preprocessors/HttpInspect/session_inspection/hi_si.c |
24
src/preprocessors/HttpInspect/user_interface/hi_ui_config.c |
2
src/preprocessors/HttpInspect/user_interface/hi_ui_iis_unicode_map.c |
2
src/preprocessors/HttpInspect/user_interface/hi_ui_server_lookup.c |
2
src/preprocessors/HttpInspect/utils/hi_util_hbm.c |
2
src/preprocessors/HttpInspect/utils/hi_util_kmap.c |
2
src/preprocessors/HttpInspect/utils/hi_util_xmalloc.c |
2
src/preprocessors/Stream5/snort_stream5_icmp.c |
2
src/preprocessors/Stream5/snort_stream5_icmp.h |
2
src/preprocessors/Stream5/snort_stream5_session.c |
16
src/preprocessors/Stream5/snort_stream5_session.h |
3
src/preprocessors/Stream5/snort_stream5_tcp.c |
474
src/preprocessors/Stream5/snort_stream5_tcp.h |
4
src/preprocessors/Stream5/snort_stream5_udp.c |
18
src/preprocessors/Stream5/snort_stream5_udp.h |
2
src/preprocessors/Stream5/stream5_common.c |
72
src/preprocessors/Stream5/stream5_common.h |
15
src/preprocessors/perf-base.c |
2
src/preprocessors/perf-base.h |
2
src/preprocessors/perf-event.c |
2
src/preprocessors/perf-event.h |
2
src/preprocessors/perf-flow.c |
283
src/preprocessors/perf-flow.h |
28
src/preprocessors/perf.c |
187
src/preprocessors/perf.h |
9
src/preprocessors/portscan.c |
2
src/preprocessors/portscan.h |
3
src/preprocessors/sfprocpidstats.c |
30
src/preprocessors/sfprocpidstats.h |
3
src/preprocessors/snort_httpinspect.c |
714
src/preprocessors/snort_httpinspect.h |
87
src/preprocessors/spp_arpspoof.c |
2
src/preprocessors/spp_arpspoof.h |
2
src/preprocessors/spp_bo.c |
2
src/preprocessors/spp_bo.h |
2
src/preprocessors/spp_frag3.c |
28
src/preprocessors/spp_frag3.h |
2
src/preprocessors/spp_httpinspect.c |
645
src/preprocessors/spp_httpinspect.h |
2
src/preprocessors/spp_perfmonitor.c |
83
src/preprocessors/spp_perfmonitor.h |
2
src/preprocessors/spp_rpc_decode.c |
98
src/preprocessors/spp_rpc_decode.h |
2
src/preprocessors/spp_sfportscan.c |
20
src/preprocessors/spp_sfportscan.h |
2
src/preprocessors/spp_stream5.c |
296
src/preprocessors/spp_stream5.h |
2
src/preprocessors/str_search.c |
2
src/preprocessors/str_search.h |
2
src/preprocessors/stream_api.c |
2
src/preprocessors/stream_api.h |
56
src/preprocessors/stream_ignore.c |
15
src/preprocessors/stream_ignore.h |
6
src/preprocids.h |
7
src/profiler.c |
7
src/profiler.h |
2
src/rate_filter.c |
2
src/rate_filter.h |
3
src/rule_option_types.h |
72
src/rules.h |
178
src/sf_sdlist.c |
2
src/sf_sdlist.h |
2
src/sf_types.h |
2
src/sfthreshold.c |
5
src/sfthreshold.h |
2
src/sfutil/Makefile.am |
6
src/sfutil/acsmx.c |
2
src/sfutil/acsmx.h |
2
src/sfutil/acsmx2.c |
1192 +
src/sfutil/acsmx2.h |
14
src/sfutil/asn1.c |
2
src/sfutil/asn1.h |
2
src/sfutil/bitop.h |
2
src/sfutil/bitop_funcs.h |
2
src/sfutil/bnfa_search.c |
23
src/sfutil/bnfa_search.h |
2
src/sfutil/getopt.h |
2
src/sfutil/ipobj.c |
4
src/sfutil/ipobj.h |
4
src/sfutil/mpse.c |
64
src/sfutil/mpse.h |
4
src/sfutil/sfActionQueue.c |
19
src/sfutil/sfActionQueue.h |
19
src/sfutil/sfPolicy.c |
2
src/sfutil/sfPolicy.h |
2
src/sfutil/sfPolicyUserData.c |
4
src/sfutil/sfPolicyUserData.h |
3
src/sfutil/sf_ip.c |
4
src/sfutil/sf_ip.h |
6
src/sfutil/sf_iph.c |
3
src/sfutil/sf_iph.h |
2
src/sfutil/sf_ipvar.c |
104
src/sfutil/sf_ipvar.h |
15
src/sfutil/sf_textlog.c |
2
src/sfutil/sf_textlog.h |
2
src/sfutil/sf_vartable.c |
18
src/sfutil/sf_vartable.h |
2
src/sfutil/sfeventq.c |
2
src/sfutil/sfeventq.h |
4
src/sfutil/sfghash.c |
2
src/sfutil/sfghash.h |
2
src/sfutil/sfhashfcn.c |
2
src/sfutil/sfhashfcn.h |
2
src/sfutil/sfksearch.c |
10
src/sfutil/sfksearch.h |
2
src/sfutil/sflsq.c |
2
src/sfutil/sflsq.h |
2
src/sfutil/sfmemcap.c |
2
src/sfutil/sfmemcap.h |
2
src/sfutil/sfportobject.c |
6
src/sfutil/sfportobject.h |
2
src/sfutil/sfprimetable.c |
2
src/sfutil/sfprimetable.h |
2
src/sfutil/sfrf.c |
5
src/sfutil/sfrf.h |
2
src/sfutil/sfrim.c |
2
src/sfutil/sfrim.h |
2
src/sfutil/sfrt.c |
21
src/sfutil/sfrt.h |
4
src/sfutil/sfrt_dir.c |
2
src/sfutil/sfrt_dir.h |
2
src/sfutil/sfrt_trie.h |
5
src/sfutil/sfsnprintfappend.c |
2
src/sfutil/sfsnprintfappend.h |
2
src/sfutil/sfthd.c |
2
src/sfutil/sfthd.h |
2
src/sfutil/sfxhash.c |
4
src/sfutil/sfxhash.h |
2
src/sfutil/util_math.c |
2
src/sfutil/util_math.h |
2
src/sfutil/util_net.c |
49
src/sfutil/util_net.h |
10
src/sfutil/util_str.c |
2
src/sfutil/util_str.h |
2
src/signature.c |
10
src/signature.h |
9
src/smalloc.h |
2
src/snort.c |
325
src/snort.h |
41
src/spo_plugbase.h |
2
src/tag.c |
3
src/tag.h |
3
src/target-based/sf_attribute_table.c |
2567 +++
src/target-based/sf_attribute_table_parser.c |
7914 ++++++++++
src/target-based/sf_attribute_table_parser.l |
10
src/target-based/sftarget_hostentry.c |
2
src/target-based/sftarget_hostentry.h |
2
src/target-based/sftarget_protocol_reference.c |
3
src/target-based/sftarget_protocol_reference.h |
2
src/target-based/sftarget_reader.c |
32
src/target-based/sftarget_reader.h |
2
src/treenodes.h |
191
src/util.c |
196
src/util.h |
36
src/win32/Makefile.am |
31
src/win32/WIN32-Code/getopt.c |
2
src/win32/WIN32-Code/inet_aton.c |
2
src/win32/WIN32-Code/misc.c |
2
src/win32/WIN32-Code/name.h |
2
src/win32/WIN32-Code/syslog.c |
2
src/win32/WIN32-Code/win32_service.c |
2
src/win32/WIN32-Includes/WinPCAP/Packet32.h |
184
src/win32/WIN32-Includes/WinPCAP/Win32-Extensions.h |
39
src/win32/WIN32-Includes/WinPCAP/bittypes.h |
2
src/win32/WIN32-Includes/WinPCAP/ip6_misc.h |
12
src/win32/WIN32-Includes/WinPCAP/pcap-bpf.h |
732
src/win32/WIN32-Includes/WinPCAP/pcap-namedb.h |
42
src/win32/WIN32-Includes/WinPCAP/pcap-stdinc.h |
160
src/win32/WIN32-Includes/WinPCAP/pcap.h |
382
src/win32/WIN32-Includes/WinPCAP/pcap/bluetooth.h |
48
src/win32/WIN32-Includes/WinPCAP/pcap/bpf.h |
934 +
src/win32/WIN32-Includes/WinPCAP/pcap/namedb.h |
89
src/win32/WIN32-Includes/WinPCAP/pcap/pcap.h |
407
src/win32/WIN32-Includes/WinPCAP/pcap/sll.h |
129
src/win32/WIN32-Includes/WinPCAP/pcap/usb.h |
90
src/win32/WIN32-Includes/WinPCAP/pcap/vlan.h |
46
src/win32/WIN32-Includes/WinPCAP/remote-ext.h |
30
src/win32/WIN32-Includes/config.h |
11
src/win32/WIN32-Includes/getopt.h |
2
src/win32/WIN32-Includes/inttypes.h |
2
src/win32/WIN32-Includes/mysql/errmsg.h |
21
src/win32/WIN32-Includes/mysql/my_alloc.h |
9
src/win32/WIN32-Includes/mysql/my_list.h |
9
src/win32/WIN32-Includes/mysql/mysql.h |
254
src/win32/WIN32-Includes/mysql/mysql_com.h |
205
src/win32/WIN32-Includes/mysql/mysql_time.h |
5
src/win32/WIN32-Includes/mysql/mysql_version.h |
59
src/win32/WIN32-Includes/mysql/typelib.h |
11
src/win32/WIN32-Includes/stdint.h |
4
src/win32/WIN32-Includes/zlib/zconf.h |
332
src/win32/WIN32-Includes/zlib/zlib.h |
1357 +
src/win32/WIN32-Libraries/Packet.lib
|binary
src/win32/WIN32-Libraries/mysql/mysqlclient.lib
|binary
src/win32/WIN32-Libraries/wpcap.lib
|binary
src/win32/WIN32-Libraries/zlib.lib
|binary
src/win32/WIN32-Libraries/zlib1.lib
|binary
src/win32/WIN32-Prj/snort.dsp |
117
src/win32/WIN32-Prj/snort.dsw |
18
src/win32/WIN32-Prj/snort_installer.nsi |
17
src/win32/WIN32-Prj/zlib1.dll
|binary
603 files changed, 36827 insertions(+), 11025 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn
