aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cigi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-04 08:58:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-04 08:58:08 +0000
commit2473dcda7a088401de6caeb77ef6cf16b68d4383 (patch)
treefdf26a4deaab4bcbb75cd8aef6f7ba40b45064da /epan/dissectors/packet-cigi.c
parentc634046b8622584c652ab4c044d77c4df1732e72 (diff)
For the "cigi.3_2_los_ext_response" field, use the variable that was
intended for it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24547 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-cigi.c')
-rw-r--r--epan/dissectors/packet-cigi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cigi.c b/epan/dissectors/packet-cigi.c
index c3ef1c7d62..38bb101fdc 100644
--- a/epan/dissectors/packet-cigi.c
+++ b/epan/dissectors/packet-cigi.c
@@ -9105,7 +9105,7 @@ proto_register_cigi(void)
},
/* CIGI3_2 Line of Sight Extended Response */
- { &hf_cigi3_line_of_sight_extended_response,
+ { &hf_cigi3_2_line_of_sight_extended_response,
{ "Line of Sight Extended Response", "cigi.3_2_los_ext_response",
FT_STRINGZ, BASE_NONE, NULL, 0x0,
"Line of Sight Extended Response Packet", HFILL }