summaryrefslogtreecommitdiff
path: root/epan/charsets.c
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2016-12-11 03:21:52 +0300
committerAnders Broman <a.broman58@gmail.com>2016-12-11 23:03:30 +0000
commit6bc65121287e585d06755b3406c571ad9ba4d766 (patch)
tree9337b2ec2653fcb95134bfb3101744788e689283 /epan/charsets.c
parenta494d1d51d9566dc12716086b61361d7ac6b6390 (diff)
downloadwireshark-6bc65121287e585d06755b3406c571ad9ba4d766.tar.gz
ssh: correct inaccurate field names/abbrevs/id variable names
* kex_first_packet_follows -> first_kex_packet_follows That's the name the spec (RFC 4253) uses. * DH H signature -> H signature, DH host key -> host key Neither the host key nor the H signature have much to do with Diffie-Hellman. They're used in the same way in every key exchange method that I know of, so their names should be more generic. * mpint_[ef] -> dh_[ef], mpint_[pg] -> dh_gex_[pg] This is to make all key exchange method-specific fields follow a consistent pattern with all names/abbrevs being prepended by the method name. Change-Id: Ic887fb92d8cbb6042e9b8e553cb5804db0ba4db8 Reviewed-on: https://code.wireshark.org/review/19199 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/charsets.c')
0 files changed, 0 insertions, 0 deletions