aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fp_hint.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-04-19 08:22:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-04-19 08:22:58 +0000
commit1c45c1a243d43ec2268b898fec10dd23cefc5b33 (patch)
tree9fccc8cc5920ffd4987664b0c518ee30a71d2c15 /epan/dissectors/packet-fp_hint.c
parent7f06b2e2174a55f5968962836d9c4dbcdd5cba2a (diff)
From Michael Mann via bug 2794:
Fixed display filters with obvious typos. svn path=/trunk/; revision=36713
Diffstat (limited to 'epan/dissectors/packet-fp_hint.c')
-rw-r--r--epan/dissectors/packet-fp_hint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fp_hint.c b/epan/dissectors/packet-fp_hint.c
index c47baef4d2..46f7001c35 100644
--- a/epan/dissectors/packet-fp_hint.c
+++ b/epan/dissectors/packet-fp_hint.c
@@ -545,7 +545,7 @@ proto_register_fp_hint(void)
/* traffic format details */
{ &hf_fph_tf, { "Traffic Format", "fp_hint.tf", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL } },
{ &hf_fph_tf_n, { "N", "fp_hint.tf.n", FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL } },
- { &hf_fph_tf_size, { "Size", "fp_hintf.tf.size", FT_UINT32, BASE_DEC, NULL, 0, NULL, HFILL } },
+ { &hf_fph_tf_size, { "Size", "fp_hint.tf.size", FT_UINT32, BASE_DEC, NULL, 0, NULL, HFILL } },
/* DDI information for E-DCH */
{ &hf_fph_ddi_entry, { "DDI Entry", "fp_hint.ddi", FT_NONE, BASE_NONE, NULL, 0, NULL, HFILL } },
{ &hf_fph_ddi_value, { "DDI", "fp_hint.ddi.value", FT_UINT8, BASE_DEC, NULL, 0, NULL, HFILL } },