Lines Matching refs:pcap
19 AC_INIT(pcap, m4_esyscmd_s([cat VERSION])) package
20 AC_CONFIG_SRCDIR(pcap.c)
24 # These are the variables that are used in Makefile, pcap-config, and
36 # first; libraries required by additional pcap modules are first
42 # pcap-config, so that "pcap-config --libs --static" will report them.
63 # library needs to be linked. Used in Makefile; not used in pcap-config
72 # in pcap-config, so that "pcap-config --libs --static" will report
140 dnl releases without that fix, so that pcap-bpf.c doesn't need to
686 AC_ARG_WITH(pcap, optwith
687 AS_HELP_STRING([--with-pcap=TYPE],[use packet capture TYPE]))
817 # --with-pcap=null if they want a libpcap that can't
826 pcap and pcapng files, run configure with --with-pcap=null.])
932 # common functions used by pcap-[dlpi,libdlpi].c
934 PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
942 # common functions used by pcap-[dlpi,libdlpi].c
944 PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
985 PLATFORM_C_SRC="pcap-enet.c"
992 PLATFORM_C_SRC="pcap-haiku.c"
1004 PLATFORM_C_SRC="pcap-linux.c"
1105 PLATFORM_C_SRC="pcap-bpf.c"
1149 PLATFORM_C_SRC="pcap-pf.c"
1156 PLATFORM_C_SRC="pcap-snit.c"
1163 PLATFORM_C_SRC="pcap-snoop.c"
1168 # --with-pcap=dag is the only way to get here, and it means
1172 PLATFORM_C_SRC="pcap-dag.c"
1178 # --with-pcap=dpdk is the only way to get here, and it means
1182 PLATFORM_C_SRC="pcap-dpdk.c"
1188 # --with-pcap=septel is the only way to get here, and it means
1192 PLATFORM_C_SRC="pcap-septel.c"
1198 # --with-pcap=snf is the only way to get here, and it means
1202 PLATFORM_C_SRC="pcap-snf.c"
1210 PLATFORM_C_SRC="pcap-null.c"
1214 AC_MSG_ERROR($V_PCAP is not a valid pcap type)
1340 # User requested something-else-only pcap, so they don't
1399 MODULE_C_SRC="$MODULE_C_SRC pcap-dag.c"
1454 …AC_MSG_ERROR([DAG support requested with --with-pcap=dag, but the DAG headers weren't found at $da…
1485 # User requested something-else-only pcap, so they don't
1521 MODULE_C_SRC="$MODULE_C_SRC pcap-septel.c"
1531 …AC_MSG_ERROR([Septel support requested with --with-pcap=septel, but the Septel headers weren't fou…
1564 # User requested something-else-only pcap, so they don't
1636 MODULE_C_SRC="$MODULE_C_SRC pcap-snf.c"
1646 …AC_MSG_ERROR([Myricom Sniffer support requested with --with-pcap=snf, but the Sniffer headers were…
1674 # User requested something-else-only pcap, so they don't
1713 MODULE_C_SRC="$MODULE_C_SRC pcap-tc.c"
1950 REMOTE_C_SRC="$REMOTE_C_SRC pcap-new.c pcap-rpcap.c rpcap-protocol.c sockutils.c"
2561 # If somebody requested an XXX-only pcap, that doesn't include
2571 MODULE_C_SRC="$MODULE_C_SRC pcap-usb-linux.c"
2645 MODULE_C_SRC="$MODULE_C_SRC pcap-netfilter-linux.c"
2678 MODULE_C_SRC="$MODULE_C_SRC pcap-netmap.c"
2707 # User requested something-else-only pcap, so they don't
2798 MODULE_C_SRC="$MODULE_C_SRC pcap-dpdk.c"
2803 # If we required it (with --with-dpdk or --with-pcap=dpdk),
2819 [DPDK support requested with --with-pcap=dpdk, but
2860 [DPDK support requested with --with-pcap=dpdk, but we
2894 # User requested something-else-only pcap, so they don't
2910 MODULE_C_SRC="$MODULE_C_SRC pcap-bt-linux.c"
2937 MODULE_C_SRC="$MODULE_C_SRC pcap-bt-monitor-linux.c"
2977 # User requested something-else-only pcap, so they don't
3032 MODULE_C_SRC="$MODULE_C_SRC pcap-dbus.c"
3060 # User requested something-else-only pcap, so they don't
3129 MODULE_C_SRC="$MODULE_C_SRC pcap-rdmasniff.c"
3141 # pcap-config script supply an rpath option to specify the directory
3225 AC_OUTPUT(Makefile grammar.y pcap-filter.manmisc pcap-linktype.manmisc
3226 pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap
3227 pcap_compile.3pcap pcap_datalink.3pcap pcap_dump_open.3pcap
3228 pcap_get_tstamp_precision.3pcap pcap_list_datalinks.3pcap
3229 pcap_list_tstamp_types.3pcap pcap_open_dead.3pcap
3230 pcap_open_offline.3pcap pcap_set_immediate_mode.3pcap
3231 pcap_set_tstamp_precision.3pcap pcap_set_tstamp_type.3pcap