aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-30 02:23:17 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-30 02:23:17 +0000
commitc6e93ed4822c9b9e2fb480bbd7d0d7bef6ebcc8b (patch)
tree93f5a94d8f55fe252da0a7561fb2c89ea15cdfc9 /packet-ipsec.c
parent1950443fbaba327d42e8d4996efe714a5e808763 (diff)
Update from Yaniv Kaul to dissect UDP-encapsulated AH and to register
the ISAKMP dissector to be called for TCP port 500. svn path=/trunk/; revision=3883
Diffstat (limited to 'packet-ipsec.c')
-rw-r--r--packet-ipsec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ipsec.c b/packet-ipsec.c
index f3b89f57e1..05ed87edb3 100644
--- a/packet-ipsec.c
+++ b/packet-ipsec.c
@@ -1,7 +1,7 @@
/* packet-ipsec.c
* Routines for IPsec/IPComp packet disassembly
*
- * $Id: packet-ipsec.c,v 1.31 2001/08/29 08:12:32 guy Exp $
+ * $Id: packet-ipsec.c,v 1.32 2001/08/30 02:23:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -342,6 +342,7 @@ proto_register_ipsec(void)
&g_ah_payload_in_subtree);
register_dissector("esp", dissect_esp, proto_esp);
+ register_dissector("ah", dissect_ah, proto_ah);
}
void