aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-11-07 05:26:27 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-11-07 05:26:27 +0000
commit482e9f24b3c76966624c8d9a2950c3e9960ec86a (patch)
tree2b0e8692c8937fb5db954c7bfcc2975c442ea25a /Makefile.am
parent7b14d3a754334066bbed139553af7c956942d805 (diff)
New protocol: MS Kpasswd (RFC3244)
KPasswd is partially dissected for UDP. It would be very useful if someone added dissection of the asn.1 encoded AP_REQ and the KRB-PRIV blobs. I dont think I will add those. svn path=/trunk/; revision=8905
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 726b49812b..d8b5a66c7b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.649 2003/10/30 07:00:18 guy Exp $
+# $Id: Makefile.am,v 1.650 2003/11/07 05:26:27 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -282,6 +282,7 @@ DISSECTOR_SRC = \
packet-kadm5.c \
packet-kerberos.c \
packet-klm.c \
+ packet-kpasswd.c \
packet-l2tp.c \
packet-lapb.c \
packet-lapbether.c \