mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
new: new alias command
This commit is contained in:
parent
da185c7785
commit
a2cc2746b4
3 changed files with 36 additions and 2 deletions
|
@ -22,6 +22,7 @@ type Endpoint struct {
|
|||
IpAddressUint32 uint32 `json:"-"`
|
||||
HwAddress string `json:"mac"`
|
||||
Hostname string `json:"hostname"`
|
||||
Alias string `json:"alias"`
|
||||
Vendor string `json:"vendor"`
|
||||
ResolvedCallback OnHostResolvedCallback `json:"-"`
|
||||
FirstSeen time.Time `json:"first_seen"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue