Let's migrate the xml dissector...

svn path=/trunk/; revision=15729
This commit is contained in:
Luis Ontanon 2005-09-08 21:18:58 +00:00
parent c7d06bc63f
commit 3dece7b495
5 changed files with 5 additions and 17 deletions

View File

@ -1251,7 +1251,6 @@ AC_OUTPUT(
plugins/rudp/Makefile
plugins/stats_tree/Makefile
plugins/v5ua/Makefile
plugins/xml/Makefile
tools/Makefile
tools/lemon/Makefile
,)

View File

@ -76,6 +76,7 @@ LIBETHEREAL_SRC = \
tap.c \
timestamp.c \
to_str.c \
tvbparse.c \
tvbuff.c \
value_string.c \
xdlc.c \
@ -145,6 +146,7 @@ LIBETHEREAL_INCLUDES = \
tap.h \
timestamp.h \
to_str.h \
tvbparse.h \
tvbuff.h \
value_string.h \
xdlc.h \

View File

@ -612,6 +612,7 @@ DISSECTOR_SRC = \
packet-x509if.c \
packet-x509sat.c \
packet-xdmcp.c \
packet-xml.c \
packet-xot.c \
packet-xyplex.c \
packet-yhoo.c \

View File

@ -44,8 +44,7 @@ SUBDIRS = \
rtnet \
rudp \
stats_tree \
v5ua \
xml
v5ua
plugindir = @plugindir@

View File

@ -29,8 +29,7 @@ all: \
rtnet \
rudp \
stats_tree \
v5ua \
xml
v5ua
acn::
@ -147,11 +146,6 @@ v5ua::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
xml::
cd xml
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
clean:
rm -rf $(VERSION)
cd acn
@ -200,8 +194,6 @@ clean:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../xml
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
distclean: clean
@ -251,8 +243,6 @@ distclean: clean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../xml
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ..
maintainer-clean: distclean
@ -300,8 +290,6 @@ maintainer-clean: distclean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../v5ua
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../xml
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ..
################################################################################
@ -336,7 +324,6 @@ install-plugins:
xcopy rudp\*.dll $(VERSION) /d
xcopy stats_tree\*.dll $(VERSION) /d
xcopy v5ua\*.dll $(VERSION) /d
xcopy xml\*.dll $(VERSION) /d
!ENDIF
clean-deps: