Skip to content

Commit 1b35a5c

Browse files
committed
Tweak name
1 parent e9464cb commit 1b35a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls_parser/handshake_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TlsHandshakeTypeByte(IntEnum):
1313
CLIENT_HELLO = 0x01
1414
SERVER_HELLO = 0x02
1515
HELLO_VERIFY_REQUEST = 0x03
16-
NEWSESSION_TICKET = 0x04
16+
NEW_SESSION_TICKET = 0x04
1717
CERTIFICATE = 0x0B
1818
SERVER_KEY_EXCHANGE = 0x0C
1919
CERTIFICATE_REQUEST = 0x0D

0 commit comments

Comments
 (0)