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

Method pre_dissect

scapy/packet.py:1030–1033  ·  view source on GitHub ↗

DEV: is called right before the current layer is dissected

(self, s)

Source from the content-addressed store, hash-verified

1028 return s
1029
1030 def pre_dissect(self, s):
1031 # type: (bytes) -> bytes
1032 """DEV: is called right before the current layer is dissected"""
1033 return s
1034
1035 def do_dissect(self, s):
1036 # type: (bytes) -> bytes

Callers 1

dissectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected