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

Method parse_args

scapy/automaton.py:960–967  ·  view source on GitHub ↗
(self, debug=0, store=0, session=None, **kargs)

Source from the content-addressed store, hash-verified

958 self.start()
959
960 def parse_args(self, debug=0, store=0, session=None, **kargs):
961 # type: (int, int, Any, Any) -> None
962 self.debug_level = debug
963 if debug:
964 conf.logLevel = logging.DEBUG
965 self.atmt_session = session
966 self.socket_kargs = kargs
967 self.store_packets = store
968
969 @classmethod
970 def spawn(cls,

Callers 4

_do_controlMethod · 0.95
AutoArgparseFunction · 0.45
example_server.pyFile · 0.45
example_client.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected