pancap/ethernet/dhcpv4/dhcpResponse.go

9 lines
106 B
Go

package dhcpv4
type dhcpResponse struct {
destMACAddr string
newIPAddr string
serverMACAddr string
}