aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-12 22:35:21 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-07-12 22:35:21 +0000
commit6ffb0280ee4da969b26107a53eb6c4f7d26cc0ea (patch)
tree8bde3b485639272bf48c25a3f96983ab0ca28f0e /Makefile.nmake
parentaa9cd7b7d7255ea4f358873a7fe52c1e8a99a8d4 (diff)
Break out the PER functions from the alternative h245 dissector
and put them in their own file. I had to put them im packet-per.c instead of asn1-per.c since othervise i couldnt get it to invoke the register routine from register.c the per dissector is compiled into ethereal by default, but there are no callers in ethereal until the h245 dissector is added. someone that knows the registry stuff better might consider renaming it to asn1-per.c instead of packet-per.c svn path=/trunk/; revision=8017
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 514c879c2d..735d53ecd6 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.316 2003/07/07 22:48:54 guy Exp $
+# $Id: Makefile.nmake,v 1.317 2003/07/12 22:35:20 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -252,6 +252,7 @@ DISSECTOR_SRC = \
packet-osi-options.c \
packet-ospf.c \
packet-pcnfsd.c \
+ packet-per.c \
packet-pflog.c \
packet-pgm.c \
packet-pim.c \