aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Collapse)AuthorFilesLines
2005-02-27Move "get_natural_int()" and "get_positive_int()" from "capture_opts.c"Guy Harris1-44/+1
to "clopts_common.c", make them not static, and use them in "gtk/main.c". svn path=/trunk/; revision=13541
2005-02-24avoid capture stopping after just 1 packet in tethereal,Luis Ontanon1-1/+1
- in capture_opts_init() set capture_opts->autostop_packets to 0 instead of one. svn path=/trunk/; revision=13500
2005-02-24Include <string.h> and <ctype.h> to get the appropriate functionsGuy Harris1-2/+5
declared and macros defined. Pass all the necessary arguments to "get_natural_int()". svn path=/trunk/; revision=13490
2005-02-23pass child capture filename to parent process (name currently unused) and ↵Ulf Lamping1-0/+2
some fork_child cleanup svn path=/trunk/; revision=13482
2005-02-23use the applications name (currently "ethereal" or "tethereal") in ↵Ulf Lamping1-28/+28
capture_opts, instead of hardcoded "ethereal" for both. svn path=/trunk/; revision=13476
2005-02-23move capture_opts related things (init, command line, ...) from capture.c to ↵Ulf Lamping1-0/+318
a new file capture_opts.c and let both ethereal and tethereal use it. svn path=/trunk/; revision=13474