summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-05 06:34:43 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-05 06:34:43 +0000
commiteca1e74373de9fc1fb0ae1e3fa9a3e3bd1587824 (patch)
tree93047b4b7fa14f6a61f522da518de9b917884868 /doc
parentd7dc4260928708469a6be81213600f63dbf0b5cc (diff)
downloadwireshark-eca1e74373de9fc1fb0ae1e3fa9a3e3bd1587824.tar.gz
Have Ethereal, when invoked as "ethereal-dump-fields", dump out a
glossary of display filter symbols, just as it does with "-G", except that, as it can discover that it was so invoked before even looking at the command-line arguments, it needn't even bother calling "gtk_init()" to process those command-line arguments GTK+ cares about, and thus needn't do any X stuff at all when so invoked. That allows Ethereal to be built in an environment where you don't have an X server, and, if your connection to your X server is slow, allows you to built it faster. Get rid of the "-G" flag, as it had only a somewhat specialized use. svn path=/trunk/; revision=444
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile6
-rw-r--r--doc/ethereal.pod.template5
2 files changed, 4 insertions, 7 deletions
diff --git a/doc/Makefile b/doc/Makefile
index bebb155d0b..335109d1ea 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -5,5 +5,7 @@
> ../ethereal.1
ethereal.pod: ethereal.pod.template ../ethereal
- ../ethereal -G | ./dfilter2pod ethereal.pod.template > ethereal.pod
-
+ rm -f ethereal-dump-fields
+ ln ../ethereal ethereal-dump-fields
+ ./ethereal-dump-fields | ./dfilter2pod ethereal.pod.template > ethereal.pod
+ rm -f ethereal-dump-fields
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 641049ed06..441a21a5eb 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -11,7 +11,6 @@ S<[ B<-b> bold font ]>
S<[ B<-c> count ]>
S<[ B<-F> ]>
S<[ B<-f> filter expression ]>
-S<[ B<-G> ]>
S<[ B<-h> ]>
S<[ B<-i> interface ]>
S<[ B<-k> ]>
@@ -81,10 +80,6 @@ packets actually captured.
Sets the capture filter expression.
-=item -G
-
-Dumps a glossary of display filter keywords to stdout and exits.
-
=item -h
Prints the version and options and exits.