pancap/protocol/dhcpv4/dhcpResponse.go

10 lines
121 B
Go
Raw Normal View History

2019-11-28 16:16:22 +00:00
package dhcpv4
type dhcpResponse struct {
destMACAddr string
newIPAddr string
serverMACAddr string
askedFor bool
2019-11-28 16:16:22 +00:00
}