aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slsk.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-11-14 13:33:02 +0100
committerPeter Wu <peter@lekensteyn.nl>2015-11-16 21:45:50 +0000
commitc90990068ff2f442bdfb2475dc9dd3a55cdb2e46 (patch)
tree20e1c091fe1c9434855bfe8c6872a0a0954d03d7 /epan/dissectors/packet-slsk.c
parent9ec2cbb1c2f2917a9b9e149def8da8c072134524 (diff)
ssl,dtls: use a single field to track ProtocolVersion
The SslSession struct contains a "version" field for displaying purposes in the protocol column while the SslDecryptSession struct has a "version_netorder" field for use in TLS hash functions (for secrets calculations). As these are strongly associated with each other, remove the version_netorder field and its associated constants, let the SslSession version field store this value instead. All SSL_VER_* are renamed to appropriate *_VERSION macros (via search & replace), SSL_VER_UNKNOWN is kept though. The PCT and SSLv2 protocols had no wire value (*_VERSION), so SSL_VER_PCT and SSL_VER_SSLv2 are assigned with some arbitrary values. Warning: external plugins using the ssl_set_master_secret function must now pass the wire version (TLSV1_VERSION) instead of the (now removed) internal macros (SSL_VER_TLSv1). Change-Id: Icd8ef15adae9c62eb21eab1c3b812166e451936f Reviewed-on: https://code.wireshark.org/review/11820 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-slsk.c')
0 files changed, 0 insertions, 0 deletions