From packet steve: label the GRE key as "GRE Key", so that
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 25 Sep 2004 08:03:23 +0000 (08:03 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 25 Sep 2004 08:03:23 +0000 (08:03 +0000)
post-processing scripts can more easily distinguish it from other keys.

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

epan/dissectors/packet-gre.c

index 3b8b8a8fcdc3bfd514fc67148440f9c04d9ef266..6ed41b9f99ffb44621f1e7b93fa94bcbe56208c0 100644 (file)
@@ -360,7 +360,7 @@ proto_register_gre(void)
                                "The protocol that is GRE encapsulated", HFILL }
                },
                { &hf_gre_key,
-                       { "Key", "gre.key", FT_UINT32, BASE_HEX, NULL, 0x0,
+                       { "GRE Key", "gre.key", FT_UINT32, BASE_HEX, NULL, 0x0,
                                "", HFILL }
                },
        };