MCPcopy
hub / github.com/srixivas/PcapXray / LanHost

Class LanHost

Source/Module/memory.py:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class LanHost(BaseModel):
19 ip: str
20 device_vendor: str = "Unknown"
21 vendor_address: str = "Unknown"
22 node: str = ""
23
24
25class DestinationHost(BaseModel):

Calls

no outgoing calls