aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sbus.c
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-23 20:14:37 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-23 20:14:37 +0000
commiteb694f4110e8aefa75574d2da05253f1da94e230 (patch)
tree956670dabe7905356fc3363ea368ee928897ed72 /epan/dissectors/packet-sbus.c
parentebe15b8b2c6ce4e1021fe62e0f625f89e7b1733f (diff)
Fix some duplicate display filter names.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40669 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sbus.c')
-rw-r--r--epan/dissectors/packet-sbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sbus.c b/epan/dissectors/packet-sbus.c
index 36e565bf6c..dd3cf44926 100644
--- a/epan/dissectors/packet-sbus.c
+++ b/epan/dissectors/packet-sbus.c
@@ -2005,7 +2005,7 @@ proto_register_sbus(void)
},
{ &hf_sbus_addr_68k,
- { "Base address of bytes", "sbus.addr_prog",
+ { "Base address of bytes", "sbus.addr_68k",
FT_UINT24, BASE_HEX, NULL, 0,
"Base address of bytes to read or write (68k address)", HFILL }
},