aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-07-15 15:33:52 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-07-15 15:33:52 +0000
commit0d36ec8de2e587337c8d8bc787e40de23cda644a (patch)
treef039dce320dbc82cf7724400ce75c8afc499f1c7 /wiretap
parentc1bfe4a1a84e4fdae4e28476a4fe23318f12a025 (diff)
Modified the proto_register_field_array usage again. Thanks to Guy's
suggestion, this new method using a static array should use less memory and be faster. It also has a nice side-effect of making the source-code more readble, IMHO. Changed the print routines to look for protocol proto_data instead of looking at the text label as they did before, hoping that the data hex dump field item starts with "Data (". Added the -G keyword to ethereal to make it dump a glossary of display filter keywords to stdout and exit. This data is then formatted with the doc/dfilter2pod perl program to pod format, which is combined with doc/ethereal.pod.template to create doc/ethereal.pod, from which the ethereal manpage is created. This way we can keep the manpage up-to-date with a list of fields that can be filtered on. svn path=/trunk/; revision=364
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.am4
-rw-r--r--wiretap/Makefile.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 77c3e73398..5a0c014bcc 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -27,3 +27,7 @@ libwiretap_a_SOURCES = \
snoop.h \
wtap.c \
wtap.h
+
+EXTRA_DIST = \
+ config.h.win32 \
+ Makefile.nmake
diff --git a/wiretap/Makefile.in b/wiretap/Makefile.in
index 1159677f0a..8a47875499 100644
--- a/wiretap/Makefile.in
+++ b/wiretap/Makefile.in
@@ -80,6 +80,9 @@ CLEANFILES = libwiretap.a *~
libwiretap_a_SOURCES = buffer.c buffer.h config.h file.c iptrace.c iptrace.h lanalyzer.c lanalyzer.h libpcap.c libpcap.h netmon.c netmon.h netxray.c netxray.h ngsniffer.c ngsniffer.h snoop.c snoop.h wtap.c wtap.h
+
+EXTRA_DIST = config.h.win32 Makefile.nmake
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = config.h