mirror of
https://github.com/soypat/lneto.git
synced 2026-08-24 00:19:03 +00:00
begin adding packet capture functionality
This commit is contained in:
@@ -14,6 +14,7 @@ var (
|
||||
errARPBufferFull = errors.New("ARP client need handling:too many ops pending")
|
||||
errShortARP = errors.New("packet too short to be ARP")
|
||||
errARPUnsupported = errors.New("ARP not supprortedf")
|
||||
errLargeSizes = errors.New("size of ARP protocol+hardware is unusually large")
|
||||
)
|
||||
|
||||
// Operation represents the type of ARP packet, either request or reply/response.
|
||||
|
||||
Reference in New Issue
Block a user