Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ _SSLv2PadLenField
Class
_SSLv2PadLenField
scapy/layers/tls/basefields.py:260–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
259
260
class
_SSLv2PadLenField(_TLSPadLenField):
261
def
getfield(self, pkt, s):
262
if
pkt.with_padding:
263
return
ByteField.getfield(self, pkt, s)
264
return
s, None
Callers
1
SSLv2
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…