Everything in that directory is part of rpcapd.
That matches the source layout of WinPcap.
portability.h \
ppp.h \
rpcap-protocol.h \
- rpcap/Makefile.in \
- rpcap/daemon.c \
- rpcap/daemon.h \
- rpcap/fileconf.c \
- rpcap/fileconf.h \
- rpcap/rpcapd.c \
- rpcap/rpcapd.h \
- rpcap/utils.c \
- rpcap/utils.h \
+ rpcapd/Makefile.in \
+ rpcapd/daemon.c \
+ rpcapd/daemon.h \
+ rpcapd/fileconf.c \
+ rpcapd/fileconf.h \
+ rpcapd/rpcapd.c \
+ rpcapd/rpcapd.h \
+ rpcapd/utils.c \
+ rpcapd/utils.h \
sf-pcap.h \
sf-pcap-ng.h \
sunatmpos.h
# Remote pcap daemon.
#
rpcapd: libpcap.a
- cd rpcap; $(MAKE)
+ cd rpcapd; $(MAKE)
#
# Test programs - not built by default, and not installed.
#
install-rpcapd:
- cd rpcap; $(MAKE) DESTDIR=$(DESTDIR) install
+ cd rpcapd; $(MAKE) DESTDIR=$(DESTDIR) install
uninstall: uninstall-shared uninstall-rpcapd
rm -f $(DESTDIR)$(libdir)/libpcap.a
uninstall-shared-none:
uninstall-rpcapd:
- cd rpcap; $(MAKE) DESTDIR=$(DESTDIR) uninstall
+ cd rpcapd; $(MAKE) DESTDIR=$(DESTDIR) uninstall
clean:
rm -f $(CLEANFILES)
- cd rpcap; $(MAKE) clean
+ cd rpcapd; $(MAKE) clean
distclean: clean
rm -f Makefile config.cache config.log config.status \
stamp-h stamp-h.in
rm -f $(MAN3PCAP_EXPAND:.in=) $(MANFILE:.in=) $(MANMISC:.in=)
rm -rf autom4te.cache
- cd rpcap; $(MAKE) distclean
+ cd rpcapd; $(MAKE) distclean
extags: $(TAGFILES)
ctags $(TAGFILES)
depend: $(GENSRC) $(GENHDR) bpf_filter.c
$(MKDEP) -c $(CC) -m $(CFLAGS) $(DEPENDENCY_CFLAG) $(DEFS) $(INCLS) $(SRC)
- cd rpcap; $(MAKE) depend
+ cd rpcapd; $(MAKE) depend
ac_config_commands="$ac_config_commands default-1"
-ac_config_files="$ac_config_files Makefile pcap-filter.manmisc pcap-linktype.manmisc pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap pcap_compile.3pcap pcap_datalink.3pcap pcap_dump_open.3pcap pcap_get_tstamp_precision.3pcap pcap_list_datalinks.3pcap pcap_list_tstamp_types.3pcap pcap_open_dead.3pcap pcap_open_offline.3pcap pcap_set_tstamp_precision.3pcap pcap_set_tstamp_type.3pcap rpcap/Makefile"
+ac_config_files="$ac_config_files Makefile pcap-filter.manmisc pcap-linktype.manmisc pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap pcap_compile.3pcap pcap_datalink.3pcap pcap_dump_open.3pcap pcap_get_tstamp_precision.3pcap pcap_list_datalinks.3pcap pcap_list_tstamp_types.3pcap pcap_open_dead.3pcap pcap_open_offline.3pcap pcap_set_tstamp_precision.3pcap pcap_set_tstamp_type.3pcap rpcapd/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
"pcap_open_offline.3pcap") CONFIG_FILES="$CONFIG_FILES pcap_open_offline.3pcap" ;;
"pcap_set_tstamp_precision.3pcap") CONFIG_FILES="$CONFIG_FILES pcap_set_tstamp_precision.3pcap" ;;
"pcap_set_tstamp_type.3pcap") CONFIG_FILES="$CONFIG_FILES pcap_set_tstamp_type.3pcap" ;;
- "rpcap/Makefile") CONFIG_FILES="$CONFIG_FILES rpcap/Makefile" ;;
+ "rpcapd/Makefile") CONFIG_FILES="$CONFIG_FILES rpcapd/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
pcap_get_tstamp_precision.3pcap pcap_list_datalinks.3pcap
pcap_list_tstamp_types.3pcap pcap_open_dead.3pcap
pcap_open_offline.3pcap pcap_set_tstamp_precision.3pcap
- pcap_set_tstamp_type.3pcap rpcap/Makefile)
+ pcap_set_tstamp_type.3pcap rpcapd/Makefile)
exit 0