aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-25 08:03:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-25 08:03:23 +0000
commit1bd388b90bb62e92e42aca7d8006909d2b174025 (patch)
tree43e6ee9315809a37441c99f54b096454d58f3700 /epan
parent67feb3e5305dcb86d081facb37875c8669453d36 (diff)
From packet steve: label the GRE key as "GRE Key", so that
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
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gre.c b/epan/dissectors/packet-gre.c
index 3b8b8a8fcd..6ed41b9f99 100644
--- a/epan/dissectors/packet-gre.c
+++ b/epan/dissectors/packet-gre.c
@@ -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 }
},
};