mirror of
https://github.com/maride/pancap.git
synced 2026-02-09 07:58:51 +00:00
9 lines
131 B
Go
9 lines
131 B
Go
package dhcpv4
|
|
|
|
type dhcpResponse struct {
|
|
destMACAddr string
|
|
newIPAddr string
|
|
serverMACAddr string
|
|
askedFor bool
|
|
}
|