diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-11-01 21:52:44 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-11-01 21:52:44 +0000 |
commit | be7e31be0e61566ebad1dadf041487ce2374ba6f (patch) | |
tree | d887bc44e7e8d07cfc681e666b1e805a0f4853b9 /Makefile.am | |
parent | f9ff2a9ab31a6b2717016ade3baa8a98ea4e204a (diff) | |
download | wireshark-be7e31be0e61566ebad1dadf041487ce2374ba6f.tar.gz wireshark-be7e31be0e61566ebad1dadf041487ce2374ba6f.tar.bz2 wireshark-be7e31be0e61566ebad1dadf041487ce2374ba6f.zip |
From David Frascone: duUpdate to Diameter dissector to load the
dictionary as an XML file rather than building it in, and various
Diameter updates.
svn path=/trunk/; revision=4122
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 37ad19285c..67addd5860 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.372 2001/10/29 21:13:07 guy Exp $ +# $Id: Makefile.am,v 1.373 2001/11/01 21:52:44 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -68,7 +68,8 @@ man_MANS = EXTRA_PROGRAMS = ethereal ethereal_static tethereal tethereal_static editcap mergecap dftest text2pcap EXTRA_SCRIPTS = idl2eth -sysconf_DATA = manuf +sysconf_DATA = manuf dictionary.dtd dictionary.xml mobileipv4.xml \ + nasreq.xml sunping.xml DISSECTOR_SRC = \ packet-aarp.c \ @@ -448,7 +449,9 @@ ETHEREAL_COMMON_SRC = \ x11-declarations.h \ x11-register-info.h \ xdlc.c \ - xdlc.h + xdlc.h \ + xmlstub.c \ + xmlstub.h BUILT_SOURCES = \ x11-declarations.h \ @@ -808,6 +811,11 @@ EXTRA_DIST = \ randpkt.c \ rdps.c \ TODO \ + dictionary.dtd \ + dictionary.xml \ + mobileipv4.xml \ + nasreq.xml \ + sunping.xml \ x11-fields if SETUID_INSTALL |