makefile.am

来自「Firestorm NIDS是一个性能非常高的网络入侵检测系统 (NIDS)。目」· AM 代码 · 共 36 行

AM
36
字号
plugindir=${libdir}/firestorm/detectionINCLUDES = -I$(top_srcdir)/include -D__PLUGIN__LDFLAGS = -avoid-version -module -export-dynamicLIBS =plugin_LTLIBRARIES = \	match_icmp.la \	match_http.la \	match_dns.la \	match_udp.la \	match_rpc.la \	match_std.la \	match_str.la \	match_tcp.la \	match_ip.lamatch_icmp_la_SOURCES = match_icmp.cmatch_http_la_SOURCES = match_http.cmatch_dns_la_SOURCES = match_dns.cmatch_udp_la_SOURCES = match_udp.cmatch_rpc_la_SOURCES = match_rpc.cmatch_std_la_SOURCES = match_std.cmatch_str_la_SOURCES = match_str.cmatch_tcp_la_SOURCES = match_tcp.c \	match_tcp_flags.c \	match_tcp_flow.c \	match_tcp_port.c \	match_tcp_ack.c \	match_tcp_seq.cmatch_ip_la_SOURCES = match_ip.c \	match_ip_proto.c \	match_ip_addr.c \	match_ip_frag.c \	match_ip_opts.c \	match_ip_ttl.c

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?