aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2014-08-10 21:17:53 +0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-10 18:08:37 +0000
commit18346c84778019fe6eee6906758daa120f84d5d0 (patch)
tree17631654072086f6a89df6a08f5bd603753012be /epan
parente1de06f554ff4ef5566ae386ecbc242e9b87980b (diff)
ssh.dh_gex.nbits: there's only one number
Change-Id: Ia3bd392b2223cf666828d65a61e069c465d3894a Reviewed-on: https://code.wireshark.org/review/3536 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssh.c b/epan/dissectors/packet-ssh.c
index f640e7ab5d..411a825f23 100644
--- a/epan/dissectors/packet-ssh.c
+++ b/epan/dissectors/packet-ssh.c
@@ -1251,7 +1251,7 @@ proto_register_ssh(void)
"SSH DH GEX Minimum", HFILL }},
{ &hf_ssh_dh_gex_nbits,
- { "DH GEX Numbers of Bits", "ssh.dh_gex.nbits",
+ { "DH GEX Number of Bits", "ssh.dh_gex.nbits",
FT_UINT32, BASE_DEC, NULL, 0x0,
"SSH DH GEX Number of Bits", HFILL }},