Skip to content

Commit 340d99d

Browse files
authored
tls: fix doc name of a class (#4804)
1 parent 974102f commit 340d99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scapy/layers/tls/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ class TLS_Ext_EarlyDataIndication(TLS_Ext_Unknown):
576576

577577

578578
class TLS_Ext_EarlyDataIndicationTicket(TLS_Ext_Unknown):
579-
name = "TLS Extension - Ticket Early Data Info"
579+
name = "TLS Extension - Early Data Indication Ticket"
580580
fields_desc = [ShortEnumField("type", 0x2a, _tls_ext),
581581
MayEnd(ShortField("len", None)),
582582
IntField("max_early_data_size", 0)]

0 commit comments

Comments
 (0)