aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-18 08:22:27 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-18 08:22:27 +0000
commit0e37526b88fcd867c826b39fe977a90c61888de7 (patch)
treee04b1afdc814481824020e2f4541be1282f5cdb9 /Makefile.common
parent586749d36c73028eece35f25120d11954d50c3d1 (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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10916 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index e3fd239aa5..dc5192f454 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.44 2004/05/13 20:20:33 gerald Exp $
+# $Id: Makefile.common,v 1.45 2004/05/18 08:22:26 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -151,6 +151,7 @@ DISSECTOR_INCLUDES = \
packet-per.h \
packet-pflog.h \
packet-pim.h \
+ packet-pktc.h \
packet-portmap.h \
packet-ppp.h \
packet-pres.h \