aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorLuke Mewburn <luke@mewburn.net>2015-07-26 21:54:12 +1000
committerAnders Broman <a.broman58@gmail.com>2015-07-27 06:31:57 +0000
commit000ce64172de3e9d54b98d95821c3ff7a0aa3dc3 (patch)
tree8f25290121cb99230613cd2f4d155643f10803d5 /wiretap
parent8b316ff49d3cfd9f1903420ac27c042832907c50 (diff)
nettrace3gpp324423: fix name consistency
Improve consistency when referring to 3GPP TS 32.423: - The standard name is "3GPP TS 32.423" (with "TS", and "." separator). - Fix typo in number series ("32" not "34"). - The standard refers to "Trace", not "Nettrace". Change-Id: If9994b9c6de69b6e1bdfc6679fbaabe698971949 Reviewed-on: https://code.wireshark.org/review/9795 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/file_access.c6
-rw-r--r--wiretap/nettrace_3gpp_32_423.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index 6842092a91..765e5889a4 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -349,8 +349,8 @@ static struct open_info open_info_base[] = {
{ "Symbian OS btsnoop", OPEN_INFO_MAGIC, btsnoop_open, "log", NULL, NULL },
{ "EyeSDN USB S0/E1 ISDN trace format", OPEN_INFO_MAGIC, eyesdn_open, NULL, NULL, NULL },
{ "Transport-Neutral Encapsulation Format", OPEN_INFO_MAGIC, tnef_open, NULL, NULL, NULL },
- /* 3GPP Nettrace must come before MIME Files as it's XML based*/
- { "3GPP Nettrace 32 423 Format", OPEN_INFO_MAGIC, nettrace_3gpp_32_423_file_open, NULL, NULL, NULL },
+ /* 3GPP TS 32.423 Trace must come before MIME Files as it's XML based*/
+ { "3GPP TS 32.423 Trace format", OPEN_INFO_MAGIC, nettrace_3gpp_32_423_file_open, NULL, NULL, NULL },
{ "MIME Files Format", OPEN_INFO_MAGIC, mime_file_open, NULL, NULL, NULL },
{ "Novell LANalyzer", OPEN_INFO_HEURISTIC, lanalyzer_open, "tr1", NULL, NULL },
/*
@@ -1609,7 +1609,7 @@ static const struct file_type_subtype_info dump_open_table_base[] = {
nstrace_35_dump_can_write_encap, nstrace_dump_open, NULL },
/* WTAP_FILE_TYPE_SUBTYPE_NETTRACE_3GPP_32_423 */
- { "Nettrace 3GPP 32 423", "nettrace3gpp324423", NULL, NULL,
+ { "3GPP TS 32.423 Trace", "nettrace3gpp324423", NULL, NULL,
FALSE, FALSE, 0,
NULL, NULL, NULL },
};
diff --git a/wiretap/nettrace_3gpp_32_423.c b/wiretap/nettrace_3gpp_32_423.c
index 80b297f85b..8af96939de 100644
--- a/wiretap/nettrace_3gpp_32_423.c
+++ b/wiretap/nettrace_3gpp_32_423.c
@@ -1,6 +1,6 @@
/* nettrace_3gpp_32_423.c
*
- * Decoder for 3GPP 32.423 file format for the Wiretap library.
+ * Decoder for 3GPP TS 32.423 file format for the Wiretap library.
* The main purpose is to have Wireshark decode raw message content (<rawMsg> tag).
*
* This program is free software; you can redistribute it and/or