aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-batadv.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-09-26 23:14:23 +0100
committerAndersBroman <a.broman58@gmail.com>2020-09-27 18:40:13 +0000
commit08ab0e5d1f5fb2f0547bf02b8990d2a48f29b1f0 (patch)
tree68610e631530d272adaea9d7a0f9785171db826d /epan/dissectors/packet-batadv.c
parent2dd014f8f217ddff96d05ece94759e141130b925 (diff)
Fix some wrong filter names.
These were detected by running check_typed_item_calls.py with --consecutive, which flags items that have different labels but the same filter string. Usually this is because of copy/paste. Quite a few similar bugs still exist, will address in a future commit.
Diffstat (limited to 'epan/dissectors/packet-batadv.c')
-rw-r--r--epan/dissectors/packet-batadv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-batadv.c b/epan/dissectors/packet-batadv.c
index 38fb944cf6..01483fda20 100644
--- a/epan/dissectors/packet-batadv.c
+++ b/epan/dissectors/packet-batadv.c
@@ -5310,7 +5310,7 @@ void proto_register_batadv(void)
NULL, HFILL }
},
{ &hf_batadv_tvlv_version,
- { "Version", "batadv.tvlv.length",
+ { "Version", "batadv.tvlv.version",
FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }
},