MCPcopy
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
25class 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

Calls

no outgoing calls