Searched refs:savefile (Results 1 – 17 of 17) sorted by relevance
498 char *volatile savefile; in fetch_url() local519 savefile = NULL; in fetch_url()550 savefile = outfile; in fetch_url()559 if (EMPTYSTRING(savefile)) { in fetch_url()574 if (stat(savefile, &sb) == 0) in fetch_url()1105 if (outfile == savefile) { in fetch_url()1133 url, savefile); in fetch_url()1136 fout = fopen(savefile, "a"); in fetch_url()1138 fout = fopen(savefile, "w"); in fetch_url()1328 if (savefile != outfile) in fetch_url()[all …]
26 savefile.c pcap.c msdos\ndis2.c msdos\pktdrvr.c \117 savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h155 savefile.o32: savefile.c pcap-int.h pcap.h pcap-bpf.h
31 $(OBJDIR)\savefile.obj $(OBJDIR)\ndis2.obj107 $(OBJDIR)\savefile.obj: savefile.c pcap-int.h pcap.h pcap-bpf.h
27 savefile.c pcap.c sf-pcap.c sf-pcapng.c \
37 int fileconf_save(const char *savefile);
163 char savefile[MAX_LINE + 1]; // name of the file on which we have to save the configuration in main() local176 savefile[0] = 0; in main()272 pcap_strlcpy(savefile, optarg, MAX_LINE); in main()298 if (savefile[0] && fileconf_save(savefile)) in main()
484 int fileconf_save(const char *savefile) in fileconf_save() argument488 if ((fp = fopen(savefile, "w")) != NULL) in fileconf_save()
24 savefile.c \112 pcap-savefile.5 \
94 savefile.c sf-pcap.c sf-pcapng.c pcap-common.c \226 pcap-savefile.manfile.in
405 Free any filter set on a savefile when the savefile is closed805 - Fixed savefile bugs.
349 savefile.c - offline support
830 savefile.c2301 set(MANFILE_EXPAND pcap-savefile.manfile.in)
11841 "pcap-savefile.manfile") CONFIG_FILES="$CONFIG_FILES pcap-savefile.manfile" ;;
2457 pcap-tstamp.manmisc pcap-savefile.manfile pcap.3pcap
71 packets, by running tcpdump against a savefile sample.pcap, created with -w
1350 - savefile.c: Remove hack that shouldn't have been exported. Add
80 # https://www.tcpdump.org/manpages/pcap-savefile.5.html