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

Method action_parameters

scapy/automaton.py:493–497  ·  view source on GitHub ↗
(self, *args, **kargs)

Source from the content-addressed store, hash-verified

491 self.action_parameters() # init action parameters
492
493 def action_parameters(self, *args, **kargs):
494 # type: (Any, Any) -> ATMT.NewStateRequested
495 self.action_args = args
496 self.action_kargs = kargs
497 return self
498
499 def run(self):
500 # type: () -> Any

Callers 15

__init__Method · 0.95
authent_receivedMethod · 0.80
assoc_receivedMethod · 0.80
wpa_handshake_1_sentMethod · 0.80
krack_dispatchMethod · 0.80
get_dataMethod · 0.80
get_arpMethod · 0.80
synack_receivedMethod · 0.80
fin_receivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected