aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-05-05 14:19:59 +0000
committerEvan Huus <eapache@gmail.com>2013-05-05 14:19:59 +0000
commit81ecf094f6358f8896d8283c358dcffedca32548 (patch)
tree321e2b03b79ec538bc05050c42c56e71a32573bf /epan/dissectors/packet-ssl.c
parentad3c91fb81de79bc5e4087b233a90728b33d08d9 (diff)
From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567
[PATCH 7/8] Dissect DTLS server key exchange [PATCH 8/8] Dissect DTLS client key exchange [From me] Clean up some field display names svn path=/trunk/; revision=49175
Diffstat (limited to 'epan/dissectors/packet-ssl.c')
-rw-r--r--epan/dissectors/packet-ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl.c b/epan/dissectors/packet-ssl.c
index f920ab6434..3b244dea8c 100644
--- a/epan/dissectors/packet-ssl.c
+++ b/epan/dissectors/packet-ssl.c
@@ -5233,12 +5233,12 @@ proto_register_ssl(void)
"Version selected by server", HFILL }
},
{ &hf_ssl_handshake_random_time,
- { "gmt_unix_time", "ssl.handshake.random_time",
+ { "GMT Unix Time", "ssl.handshake.random_time",
FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0x0,
"Unix time field of random structure", HFILL }
},
{ &hf_ssl_handshake_random_bytes,
- { "random_bytes", "ssl.handshake.random_bytes",
+ { "Random Bytes", "ssl.handshake.random_bytes",
FT_BYTES, BASE_NONE, NULL, 0x0,
"Random challenge used to authenticate server", HFILL }
},