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

Method fin_received

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

Source from the content-addressed store, hash-verified

2300
2301 @ATMT.receive_condition(ESTABLISHED)
2302 def fin_received(self, pkt):
2303 if pkt[TCP].flags.F:
2304 raise self.LAST_ACK().action_parameters(pkt)
2305
2306 @ATMT.action(fin_received)
2307 def send_finack(self, pkt):

Callers

nothing calls this directly

Calls 2

LAST_ACKMethod · 0.95
action_parametersMethod · 0.80

Tested by

no test coverage detected