For the "cigi.3_2_los_ext_response" field, use the variable that was
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Mar 2008 08:58:08 +0000 (08:58 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Mar 2008 08:58:08 +0000 (08:58 +0000)
intended for it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24547 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-cigi.c

index c3ef1c7d625ca90e2a3215fe9c2a97ba39b9c3c4..38bb101fdcbfe4905f3fe47ecc809eb62803eb00 100644 (file)
@@ -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 }