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

Class TLSApplicationData

scapy/layers/tls/record.py:825–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823###############################################################################
824
825class TLSApplicationData(_GenericTLSSessionInheritance):
826 name = "TLS Application Data"
827 fields_desc = [StrField("data", "")]
828
829 def post_dissection_tls_session_update(self, msg_str):
830 pass
831
832 def post_build_tls_session_update(self, msg_str):
833 pass
834
835
836###############################################################################

Callers 3

add_ClientDataMethod · 0.90
getfieldMethod · 0.85

Calls 1

StrFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…