aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-02-20 10:04:10 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-02-20 10:04:10 +0000
commitdce73d4e1fb1f4ae4976c8f4b5f8c40cb61a5bca (patch)
treec060de4cb8487db50610a17c53fa6001f80de4a1 /Makefile.common
parente333d94262f6b73ceab54a89f29f0672be40bd12 (diff)
Update to Kerberos.
Split kerberos prototype into two halves: helpers to dissect ASN.1 BER in packet-ber.c and kerberos stuff using those helpers in packet-kerberos.c This new kerberos thing places filterable items for every single field and also dissects the bitstring Option fields. It is hoped that this will make it easier to extend kerberos to do decryption of service tickets. svn path=/trunk/; revision=10122
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index d1e329f3f0..929cf44696 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.15 2004/02/16 16:49:13 jmayer Exp $
+# $Id: Makefile.common,v 1.16 2004/02/20 10:04:10 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -50,6 +50,7 @@ DISSECTOR_SRC = \
packet-bacapp.c \
packet-bacnet.c \
packet-beep.c \
+ packet-ber.c \
packet-bfd.c \
packet-bgp.c \
packet-bofl.c \
@@ -457,6 +458,7 @@ noinst_HEADERS = \
packet-arp.h \
packet-atalk.h \
packet-atm.h \
+ packet-ber.h \
packet-bgp.h \
packet-bootparams.h \
packet-bssap.h \