Skip to content

Commit e798449

Browse files
au-topvdjagilev
authored andcommitted
Add address.vendor
1 parent d7a8dcb commit e798449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

formatter/nmap_host.go

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ type HostStatus struct {
9090
type HostAddress struct {
9191
Address string `xml:"addr,attr"`
9292
AddressType string `xml:"addrtype,attr"`
93+
Vendor string `xml:"vendor,attr"`
9394
}
9495

9596
// HostNames struct contains list of hostnames (domains) that this host has

0 commit comments

Comments
 (0)