aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2001-02-03 20:08:04 +0000
committerGerald Combs <gerald@wireshark.org>2001-02-03 20:08:04 +0000
commitebba9ea2d093ff07e463de5ca83dfc10fe04a1db (patch)
treed88843dc93dd6259c694f4b166354bdab8ac3b90 /packet-ipsec.c
parent0d6e9f2533dda58c00c33c04d3f54edd49c2e4b6 (diff)
As pointed out by Aaron C. Springer (and according to RFC 1827), it's
"Encapsulating Security Payload," and not "Encapsulated Security Payload." svn path=/trunk/; revision=2986
Diffstat (limited to 'packet-ipsec.c')
-rw-r--r--packet-ipsec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ipsec.c b/packet-ipsec.c
index 08dad80436..fe25d8fd3c 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.25 2001/01/09 06:31:37 guy Exp $
+ * $Id: packet-ipsec.c,v 1.26 2001/02/03 20:08:04 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -345,7 +345,7 @@ proto_register_ipsec(void)
proto_ah = proto_register_protocol("Authentication Header", "AH", "ah");
proto_register_field_array(proto_ah, hf_ah, array_length(hf_ah));
- proto_esp = proto_register_protocol("Encapsulated Security Payload",
+ proto_esp = proto_register_protocol("Encapsulating Security Payload",
"ESP", "esp");
proto_register_field_array(proto_esp, hf_esp, array_length(hf_esp));