MCPcopy Index your code
hub / github.com/secdev/scapy / __bytes__

Method __bytes__

scapy/layers/inet.py:396–397  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

394 return rand_vals
395
396 def __bytes__(self):
397 return TCPOptionsField.i2m(None, None, self._fix())
398
399
400class TCPOptionsField(StrField):

Callers

nothing calls this directly

Calls 2

_fixMethod · 0.95
i2mMethod · 0.45

Tested by

no test coverage detected