mirror of
https://github.com/maride/pancap.git
synced 2024-11-22 16:54:25 +00:00
10 lines
121 B
Go
10 lines
121 B
Go
package dhcpv4
|
|
|
|
type dhcpResponse struct {
|
|
destMACAddr string
|
|
newIPAddr string
|
|
serverMACAddr string
|
|
askedFor bool
|
|
}
|
|
|