mirror of
https://github.com/maride/pancap.git
synced 2024-11-26 10:24:26 +00:00
9 lines
106 B
Go
9 lines
106 B
Go
|
package dhcpv4
|
||
|
|
||
|
type dhcpResponse struct {
|
||
|
destMACAddr string
|
||
|
newIPAddr string
|
||
|
serverMACAddr string
|
||
|
}
|
||
|
|