aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-29 08:12:32 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-29 08:12:32 +0000
commita0d0d364b1af567cd46cfc4bc7c2717d27431863 (patch)
tree6cbb1f2732b7501cbb5fe0265c94d80ee00fbe2b /packet-ipsec.c
parentfbe8da33f5813f07f94594c0e285c843c28d3618 (diff)
Support for UDP encapsulation of IPSec packet draft, from Yaniv Kaul.
svn path=/trunk/; revision=3881
Diffstat (limited to 'packet-ipsec.c')
-rw-r--r--packet-ipsec.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/packet-ipsec.c b/packet-ipsec.c
index 51c18021ac..f3b89f57e1 100644
--- a/packet-ipsec.c
+++ b/packet-ipsec.c
@@ -1,12 +1,11 @@
/* packet-ipsec.c
* Routines for IPsec/IPComp packet disassembly
*
- * $Id: packet-ipsec.c,v 1.30 2001/06/18 02:17:47 guy Exp $
+ * $Id: packet-ipsec.c,v 1.31 2001/08/29 08:12:32 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -341,6 +340,8 @@ proto_register_ipsec(void)
"Place AH payload in subtree",
"Whether the AH payload decode should be placed in a subtree",
&g_ah_payload_in_subtree);
+
+ register_dissector("esp", dissect_esp, proto_esp);
}
void