diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-12-05 21:28:34 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-12-05 21:28:34 +0000 |
commit | 792584c2110578b09bff4f54491d3b8d42ae504c (patch) | |
tree | 8e202cc634ae6cd3bd7e5b180197ed98a00c82c0 /Makefile.common | |
parent | e1ee12bc718ac5ad506cd4504d2cede1bfde9809 (diff) | |
download | wireshark-792584c2110578b09bff4f54491d3b8d42ae504c.tar.gz wireshark-792584c2110578b09bff4f54491d3b8d42ae504c.tar.bz2 wireshark-792584c2110578b09bff4f54491d3b8d42ae504c.zip |
no more usage of Ethereal.lib in dumpcap any longer :-)
use capture_opts_trim()
output of command line usage and version "enhanced"
svn path=/trunk/; revision=16684
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index e950b5df93..00b99de8fd 100644 --- a/Makefile.common +++ b/Makefile.common @@ -209,6 +209,7 @@ randpkt_SOURCES = \ dumpcap_SOURCES = \ $(PLATFORM_SRC) \ capture_stop_conditions.c \ + getopt.c \ clopts_common.c \ conditions.c \ pcap-util.c \ |