Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/srixivas/PcapXray
/ DestinationHost
Class
DestinationHost
Source/Module/memory.py:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
class
DestinationHost(BaseModel):
26
mac: str =
""
27
domain_name: str =
""
28
device_vendor: str =
"Unknown"
29
30
31
# Global state containers — keyed by "src/dst/port" session strings
Callers
11
_process_packet
Function · 0.90
test_populates_domain_name_on_success
Method · 0.90
test_marks_failed_lookup_not_resolvable
Method · 0.90
test_skips_already_resolved_hosts
Method · 0.90
test_unknown_domain_and_low_port_flagged
Method · 0.90
test_high_port_flagged
Method · 0.90
test_known_domain_low_port_not_flagged
Method · 0.90
test_flags_session_with_unknown_domain
Method · 0.90
test_communication_details_creates_file
Method · 0.90
_seed_memory
Function · 0.90
test_deferred_covert_marks_session
Function · 0.90
Calls
no outgoing calls
Tested by
10
test_populates_domain_name_on_success
Method · 0.72
test_marks_failed_lookup_not_resolvable
Method · 0.72
test_skips_already_resolved_hosts
Method · 0.72
test_unknown_domain_and_low_port_flagged
Method · 0.72
test_high_port_flagged
Method · 0.72
test_known_domain_low_port_not_flagged
Method · 0.72
test_flags_session_with_unknown_domain
Method · 0.72
test_communication_details_creates_file
Method · 0.72
_seed_memory
Function · 0.72
test_deferred_covert_marks_session
Function · 0.72