aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cigi.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-03-04 08:58:08 +0000
committerGuy Harris <guy@alum.mit.edu>2008-03-04 08:58:08 +0000
commit1924881e9e11ff380018e1987c9ef5ecfec90755 (patch)
treefdf26a4deaab4bcbb75cd8aef6f7ba40b45064da /epan/dissectors/packet-cigi.c
parent5459fefbad4c082673d059cee81138ac188bd5f8 (diff)
For the "cigi.3_2_los_ext_response" field, use the variable that was
intended for it. svn path=/trunk/; revision=24547
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 }