aboutsummaryrefslogtreecommitdiffstats
path: root/packet-e164.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-19 10:24:43 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-19 10:24:43 +0000
commite2b8a80a7a6ce8290c7a7a05f26fc4e6f8b6a396 (patch)
tree4c2775bef881b207ada6c8e35748ec862107dc4d /packet-e164.c
parent11340a81221723afb6084375a0e8a342665ddf7c (diff)
Use "E.164", not "E164".
In the field names, use the filter name of the protocol - "e164" - rather than "E164". svn path=/trunk/; revision=10410
Diffstat (limited to 'packet-e164.c')
-rw-r--r--packet-e164.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-e164.c b/packet-e164.c
index e621a48112..974e5cfcfc 100644
--- a/packet-e164.c
+++ b/packet-e164.c
@@ -3,7 +3,7 @@
* to many dissectors.
* Copyright 2004, Anders Broman <anders.broman@ericsson.com>
*
- * $Id: packet-e164.c,v 1.1 2004/03/05 10:29:35 guy Exp $
+ * $Id: packet-e164.c,v 1.2 2004/03/19 10:24:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -406,12 +406,12 @@ proto_register_e164(void)
/* Setup list of header fields See Section 1.6.1 for details */
static hf_register_info hf[] = {
{ &hf_E164_calling_party_number,
- { "E164 Calling party number digits", "E164.calling_party_number.digits",
+ { "E.164 Calling party number digits", "e164.calling_party_number.digits",
FT_STRING, BASE_NONE, NULL, 0x0,
"", HFILL }},
{ &hf_E164_called_party_number,
- { "E164 Called party number digits", "E164.called_party_number.digits",
+ { "E.164 Called party number digits", "e164.called_party_number.digits",
FT_STRING, BASE_NONE, NULL, 0x0,
"", HFILL }},
};
@@ -420,8 +420,8 @@ proto_register_e164(void)
* Register the protocol name and description
*/
proto_e164 = proto_register_protocol(
- "ITU-T E164 number",
- "E164",
+ "ITU-T E.164 number",
+ "E.164",
"e164");
/*