aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-25 00:00:20 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-25 00:00:20 +0000
commit6c1c67f70291d5a38efeb5dde891eb4e024b33c0 (patch)
treeed748e8863aa251b9c11f052b65818fe130c7f03 /packet-per.c
parent3303295c843b0983cb5ef15c2afb114432fe45a5 (diff)
From Matthijs Melchior: "P" in "PER" stands for "Packed", not "Packet".
svn path=/trunk/; revision=8247
Diffstat (limited to 'packet-per.c')
-rw-r--r--packet-per.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-per.c b/packet-per.c
index 907c3e7aa7..1241cc93bd 100644
--- a/packet-per.c
+++ b/packet-per.c
@@ -7,7 +7,7 @@ proper helper routines
* Routines for dissection of ASN.1 Aligned PER
* 2003 Ronnie Sahlberg
*
- * $Id: packet-per.c,v 1.11 2003/08/21 18:00:22 guy Exp $
+ * $Id: packet-per.c,v 1.12 2003/08/25 00:00:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1427,7 +1427,7 @@ proto_register_per(void)
};
module_t *per_module;
- proto_per = proto_register_protocol("Packet Encoding Rules (ASN.1 X.691)", "PER", "per");
+ proto_per = proto_register_protocol("Packed Encoding Rules (ASN.1 X.691)", "PER", "per");
proto_register_field_array(proto_per, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));