aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-homeplug-av.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-homeplug-av.c')
-rw-r--r--epan/dissectors/packet-homeplug-av.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-homeplug-av.c b/epan/dissectors/packet-homeplug-av.c
index 8f7bc9bccc..30f72653d7 100644
--- a/epan/dissectors/packet-homeplug-av.c
+++ b/epan/dissectors/packet-homeplug-av.c
@@ -2379,7 +2379,7 @@ static const value_string homeplug_av_st_iotecha_test_status_vals[] = {
{ 0, NULL }
};
-static const value_string homeplug_av_st_iotecha_supress_data_vals[] = {
+static const value_string homeplug_av_st_iotecha_suppress_data_vals[] = {
{ 0x00, "Disabled"},
{ 0x01, "Enabled"},
{ 0, NULL }
@@ -8296,8 +8296,8 @@ proto_register_homeplug_av(void)
FT_UINT8, BASE_HEX, VALS(homeplug_av_st_iotecha_test_status_vals), 0x00, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_suppress_data,
- { "Supress data", "homeplug_av.st_iotecha.suppress_data",
- FT_UINT8, BASE_DEC, VALS(homeplug_av_st_iotecha_supress_data_vals), 0x00, NULL, HFILL }
+ { "Suppress data", "homeplug_av.st_iotecha.suppress_data",
+ FT_UINT8, BASE_DEC, VALS(homeplug_av_st_iotecha_suppress_data_vals), 0x00, NULL, HFILL }
},
{ &hf_homeplug_av_st_iotecha_sound_remain,
{ "Counter of sound remain", "homeplug_av.st_iotecha.sound_remain",