aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbifom.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-03-22 14:55:53 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2017-03-22 13:58:01 +0000
commita83496452a8511c2a6c93328fa12cbaabf6bddf9 (patch)
tree3cb10a3d8f5565ac675e4bddb42bf420f45cef44 /epan/dissectors/packet-nbifom.c
parent74ac452895c8a19e204eca4a32fb2984967fecbd (diff)
NBIFOM: fix a typo in a filter name
Change-Id: I3e8880300e14630151c91cd4d0cf7311a3497fb1 Reviewed-on: https://code.wireshark.org/review/20669 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nbifom.c')
-rw-r--r--epan/dissectors/packet-nbifom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nbifom.c b/epan/dissectors/packet-nbifom.c
index 2df4557b2d..2ade3527e8 100644
--- a/epan/dissectors/packet-nbifom.c
+++ b/epan/dissectors/packet-nbifom.c
@@ -472,7 +472,7 @@ proto_register_nbifom(void)
{ "End source port range", "nbifom.routing_rule.flags.end_src_port_range", FT_BOOLEAN, 32,
TFS(&tfs_present_not_present), 0x00020000, NULL, HFILL }},
{ &hf_nbifom_routing_rule_flags_start_src_port_range,
- { "Start source port range", "nbifom.routing_rule.flags.start_src_port_rang", FT_BOOLEAN, 32,
+ { "Start source port range", "nbifom.routing_rule.flags.start_src_port_range", FT_BOOLEAN, 32,
TFS(&tfs_present_not_present), 0x00010000, NULL, HFILL }},
{ &hf_nbifom_routing_rule_flags_spare_bits0xffff,
{ "Spare", "nbifom.routing_rule.flags.spare", FT_UINT32, BASE_HEX,