aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-25 00:00:20 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-25 00:00:20 +0000
commit905174cd8a86c26e76f56cc8c09b97a519878c91 (patch)
treeed748e8863aa251b9c11f052b65818fe130c7f03 /packet-per.c
parentb3dbc02fa43e625180b0414a272ba10c22f2939f (diff)
From Matthijs Melchior: "P" in "PER" stands for "Packed", not "Packet".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8247 f5534014-38df-0310-8fa8-9805f1628bb7
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));