pancap/protocol/dhcpv4/dhcpResponse.go

9 lines
131 B
Go
Raw Permalink Normal View History

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