diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-02-23 08:34:12 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-02-23 08:34:12 +0000 |
commit | 72547c8d02ca61a538710cacf529cb09a21f95a3 (patch) | |
tree | 39a589264bfea4380ef1bedab609e9034c423da8 /capture.h | |
parent | 105e5bd617a6d4d785ee6e650b13b2a631728fe2 (diff) | |
download | wireshark-72547c8d02ca61a538710cacf529cb09a21f95a3.tar.gz wireshark-72547c8d02ca61a538710cacf529cb09a21f95a3.tar.bz2 wireshark-72547c8d02ca61a538710cacf529cb09a21f95a3.zip |
use the applications name (currently "ethereal" or "tethereal") in capture_opts, instead of hardcoded "ethereal" for both.
svn path=/trunk/; revision=13476
Diffstat (limited to 'capture.h')
-rw-r--r-- | capture.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ extern void capture_opts_init(capture_options *capture_opts, void *cfile); extern void -capture_opt_add(capture_options *capture_opts, int opt, const char *optarg, gboolean *start_capture); +capture_opts_add_opt(capture_options *capture_opts, const char *appname, int opt, const char *optarg, gboolean *start_capture); /** * Open a specified file, or create a temporary file, and start a capture |