aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-06-29 01:55:05 +0000
committerBill Meier <wmeier@newsguy.com>2012-06-29 01:55:05 +0000
commit163ca72bab2d96cd032dac5a6e3f93f6e42068d9 (patch)
treece861cb8892e2f1077f575c17c2bd44b16fb0ad9 /epan
parentb18e88004009ac35627fa63220d11c1e8894e1c6 (diff)
From Роман Донченко: "Adaptation" misspelled as "adaption"
In MPEG-related dissectors, "adaption" is used instead of "adaptation" several times. See patch (it also fixes an unrelated typo that happens to be on the same line). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7421 svn path=/trunk/; revision=43539
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-mp2t.c4
-rw-r--r--epan/dissectors/packet-mpeg-dsmcc.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mp2t.c b/epan/dissectors/packet-mp2t.c
index 769f55d78c..02b5bc5a3c 100644
--- a/epan/dissectors/packet-mp2t.c
+++ b/epan/dissectors/packet-mp2t.c
@@ -1318,7 +1318,7 @@ proto_register_mp2t(void)
FT_UINT32, BASE_HEX, VALS(mp2t_tsc_vals), MP2T_TSC_MASK, NULL, HFILL
} } ,
{ &hf_mp2t_afc, {
- "Adaption Field Control", "mp2t.afc",
+ "Adaptation Field Control", "mp2t.afc",
FT_UINT32, BASE_HEX, VALS(mp2t_afc_vals) , MP2T_AFC_MASK, NULL, HFILL
} } ,
{ &hf_mp2t_cc, {
@@ -1345,7 +1345,7 @@ proto_register_mp2t(void)
"Discontinuity: A number of TS frames were dropped", HFILL
} } ,
{ &hf_mp2t_af, {
- "Adaption field", "mp2t.af",
+ "Adaptation Field", "mp2t.af",
FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL
} } ,
{ &hf_mp2t_af_length, {
diff --git a/epan/dissectors/packet-mpeg-dsmcc.c b/epan/dissectors/packet-mpeg-dsmcc.c
index 590c6dd1eb..3b1dac1fd8 100644
--- a/epan/dissectors/packet-mpeg-dsmcc.c
+++ b/epan/dissectors/packet-mpeg-dsmcc.c
@@ -199,7 +199,7 @@ static const range_string dsmcc_adaptation_header_vals[] = {
{ 0x01, 0x01, "DSM-CC Conditional Access Adaptation Format" },
{ 0x02, 0x02, "DSM-CC User ID Adaptation Format" },
{ 0x03, 0x7f, "ISO/IEC 13818-6 Reserved" },
- { 0x80, 0xff, "User Defeined Adaption Type" },
+ { 0x80, 0xff, "User Defined Adaptation Type" },
{ 0, 0, NULL }
};