As pointed out by Aaron C. Springer (and according to RFC 1827), it's
authorGerald Combs <gerald@wireshark.org>
Sat, 3 Feb 2001 20:08:04 +0000 (20:08 -0000)
committerGerald Combs <gerald@wireshark.org>
Sat, 3 Feb 2001 20:08:04 +0000 (20:08 -0000)
"Encapsulating Security Payload," and not "Encapsulated Security Payload."

svn path=/trunk/; revision=2986

packet-ipsec.c

index 08dad80436619901cbef2216a7c8b28c6f8dfde1..fe25d8fd3ce202148c85d7981d3b4781f8047792 100644 (file)
@@ -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));