aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.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-afp.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-afp.c')
-rw-r--r--epan/dissectors/packet-afp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-afp.c b/epan/dissectors/packet-afp.c
index 0699dd095e..d3b2716a12 100644
--- a/epan/dissectors/packet-afp.c
+++ b/epan/dissectors/packet-afp.c
@@ -4818,7 +4818,7 @@ proto_register_afp(void)
"The response to this packet is in this packet", HFILL }},
{ &hf_afp_login_flags,
- { "Flags", "afp.afp_login_flags",
+ { "Flags", "afp.login_flags",
FT_UINT16, BASE_HEX, NULL, 0 /* 0x0FFF*/,
"Login flags", HFILL }},