aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-05-18 08:22:27 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-05-18 08:22:27 +0000
commit62f9ddcbc227859fde42d2ae9a95572cb49d0ee9 (patch)
treee04b1afdc814481824020e2f4541be1282f5cdb9 /epan/Makefile.common
parent8fea0f1db21546f8c4f4ecd0c5dc66f6f7769a6a (diff)
New protocol : PacketCable : PKTC
The AP-REQ and AP_REP packets are partially dissected up to and including the kerberos blob. work in progress svn path=/trunk/; revision=10916
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 1969deb78d..53d0082538 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.25 2004/05/13 20:20:34 gerald Exp $
+# $Id: Makefile.common,v 1.26 2004/05/18 08:22:27 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -352,6 +352,7 @@ DISSECTOR_SRC = \
../packet-pflog.c \
../packet-pgm.c \
../packet-pim.c \
+ ../packet-pktc.c \
../packet-pop.c \
../packet-portmap.c \
../packet-postgresql.c \