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

Method incoming_data_received

scapy/layers/inet.py:2268–2270  ·  view source on GitHub ↗
(self, pkt)

Source from the content-addressed store, hash-verified

2266
2267 @ATMT.receive_condition(ESTABLISHED)
2268 def incoming_data_received(self, pkt):
2269 if not isinstance(pkt[TCP].payload, (NoPayload, conf.padding_layer)):
2270 raise self.ESTABLISHED().action_parameters(pkt)
2271
2272 @ATMT.action(incoming_data_received)
2273 def receive_data(self, pkt):

Callers

nothing calls this directly

Calls 2

ESTABLISHEDMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected