📄 makefile.am
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -