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

Function filterAttackByNetwork

web/scripts/ragnar_modern.js:4954–4957  ·  view source on GitHub ↗
(network)

Source from the content-addressed store, hash-verified

4952// Backend: /api/net/* (see network_diagnostics.py)
4953// ============================================================================
4954
4955// Last-fetched payloads for each net panel, so "Export CSV" has data to dump.
4956let _ndLastLldp = [], _ndLastArp = null, _ndLastIfaces = [],
4957 _ndLastMtr = null, _ndLastIdentity = null, _ndLastIsp = [],
4958 _ndLastMacWatch = null;
4959
4960// Build a CSV from a header row + rows (arrays of cells) and download it.

Callers

nothing calls this directly

Calls 1

displayAttackLogsFunction · 0.70

Tested by

no test coverage detected