aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acn.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-26 06:32:51 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-26 06:32:51 +0000
commitf1fab43f87ffc6bb94e2658bc8a1fccf92b4ba66 (patch)
tree8bd7db59a48a0f131cc60c825e414f41cf5ce5ea /epan/dissectors/packet-acn.c
parent2ca5c4c879c19cc88f8711aff110b44e99182ec7 (diff)
From Michael Mann.
Part of "display filters with redundancies of PROTABBREV in them." The ones left outs should be fixed differently I think. Rename som ndps hf variables while at it. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2794 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37406 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-acn.c')
-rw-r--r--epan/dissectors/packet-acn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-acn.c b/epan/dissectors/packet-acn.c
index 8107154ae1..f3478691ac 100644
--- a/epan/dissectors/packet-acn.c
+++ b/epan/dissectors/packet-acn.c
@@ -2897,13 +2897,13 @@ void proto_register_acn(void)
},
/* Reciprocal Channel */
{ &hf_acn_reciprocal_channel,
- { "Reciprocal Channel Number", "acn.acn_reciprocal_channel",
+ { "Reciprocal Channel Number", "acn.reciprocal_channel",
FT_UINT16, BASE_DEC_HEX, NULL, 0x0,
"Reciprocal Channel", HFILL }
},
/* Refuse Code */
{ &hf_acn_refuse_code,
- { "Refuse Code", "acn.acn_refuse_code",
+ { "Refuse Code", "acn.refuse_code",
FT_UINT8, BASE_DEC, VALS(acn_refuse_code_vals), 0x0,
NULL, HFILL }
},