MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / is_available

Method is_available

irc_dpi.py:178–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 # ------------------------------------------------------------------ #
177
178 def is_available(self) -> bool:
179 return bool(self._tshark)
180
181 def start(self) -> bool:
182 if not self.is_available():

Callers 6

startMethod · 0.95
get_traffic_statusFunction · 0.45
start_traffic_captureFunction · 0.45
get_advanced_vuln_statusFunction · 0.45
start_advanced_vuln_scanFunction · 0.45
get_recon_statusFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected