MCPcopy Create free account
hub / github.com/secdev/scapy / ServerListField

Class ServerListField

scapy/layers/tls/extensions.py:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193class ServerListField(PacketListField):
194 def i2repr(self, pkt, x):
195 res = [p.servername for p in x]
196 return "[%s]" % ", ".join(repr(x) for x in res)
197
198
199class ServerLenField(FieldLenField):

Callers 1

TLS_Ext_ServerNameClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…