aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 17:58:39 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:28:56 +0000
commitd3290b58cf1354d18620eab2862abf74b86831bc (patch)
tree77d6d5d7a29f4f4e8475578be9828cb8c9416120 /epan/dissectors/packet-ssl-utils.h
parent3aba4d5e616d81cf6096b2eed6243001d72b0f3d (diff)
SSL: fix fix spelling typo found by lintian
Change-Id: Ied94f5fa5858fd6d9da7183eb05e32430554ec33 Reviewed-on: https://code.wireshark.org/review/18526 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 2ba7e0f1f5..329a5d833b 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -1036,12 +1036,12 @@ ssl_common_dissect_t name = { \
NULL, HFILL } \
}, \
{ & name .hf.hs_ext_psk_identity_auth_modes_length, \
- { "Authentification Modes length", prefix ".handshake.extensions.psk.identity.auth_modes_length", \
+ { "Authentication Modes length", prefix ".handshake.extensions.psk.identity.auth_modes_length", \
FT_UINT8, BASE_DEC, NULL, 0x0, \
NULL, HFILL } \
}, \
{ & name .hf.hs_ext_psk_identity_auth_mode, \
- { "Authentification Mode", prefix ".handshake.extensions.psk.identity.auth_mode", \
+ { "Authentication Mode", prefix ".handshake.extensions.psk.identity.auth_mode", \
FT_UINT8, BASE_DEC, VALS(tls_hello_ext_psk_auth_mode), 0x0, \
NULL, HFILL } \
}, \