new: new alias command

This commit is contained in:
evilsocket 2018-01-27 20:53:09 +01:00
parent da185c7785
commit a2cc2746b4
3 changed files with 36 additions and 2 deletions

View file

@ -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"`