diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-02-06 14:43:27 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-02-06 14:43:27 +0000 |
commit | 3a9e847e27ca953157a257c1e10b830dd880acf0 (patch) | |
tree | 9905769e7c113ca229f50f3220712223367ec3db /capture.c | |
parent | ba04a65a6a2945d9394b4d2a5339a1c958d43c46 (diff) |
some cleanup of the initial start sequence of Ethereal, filling in capture_opts and alike
svn path=/trunk/; revision=13317
Diffstat (limited to 'capture.c')
-rw-r--r-- | capture.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ capture_opts_init(capture_options *capture_opts, void *cfile) capture_opts->snaplen = MIN_PACKET_SIZE; capture_opts->promisc_mode = TRUE; capture_opts->linktype = -1; /* the default linktype */ -/* capture_opts->capture_child = FALSE;*/ + capture_opts->capture_child = FALSE; capture_opts->save_file = NULL; capture_opts->save_file_fd = -1; capture_opts->sync_mode = TRUE; |