Skip to content

Commit

Permalink
#Repair client hello cipher display of ECC_SM4_SM3
Browse files Browse the repository at this point in the history
  • Loading branch information
pengtianabc committed Jun 12, 2018
1 parent f278de4 commit 3cef73f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions epan/dissectors/packet-ssl-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ static const value_string ssl_20_cipher_suites[] = {
{ 0X00e009, "RSA_SM1_SM3"},
{ 0X00e00a, "RSA_SM1_SHA1"},
{ 0X00e011, "ECDHE_SM4_SM3"},
{ 0X00e013, "IBSDH_SM4_SM3"},
{ 0X00e015, "ECDHE_SM4_SM3"},
{ 0X00e013, "ECC_SM4_SM3"},
{ 0X00e015, "IBSDH_SM4_SM3"},
{ 0X00e017, "IBC_SM4_SM3"},
{ 0X00e019, "RSA_SM4_SM3"},
{ 0X00e01a, "RSA_SM4_SHA1"},
Expand Down Expand Up @@ -1128,8 +1128,8 @@ static const value_string ssl_31_ciphersuite[] = {
{ 0Xe009, "RSA_SM1_SM3"},
{ 0Xe00a, "RSA_SM1_SHA1"},
{ 0Xe011, "ECDHE_SM4_SM3"},
{ 0Xe013, "IBSDH_SM4_SM3"},
{ 0Xe015, "ECDHE_SM4_SM3"},
{ 0Xe013, "ECC_SM4_SM3"},
{ 0Xe015, "IBSDH_SM4_SM3"},
{ 0Xe017, "IBC_SM4_SM3"},
{ 0Xe019, "RSA_SM4_SM3"},
{ 0Xe01a, "RSA_SM4_SHA1"},
Expand Down

0 comments on commit 3cef73f

Please sign in to comment.