mirror of
https://github.com/safing/portmaster
synced 2025-09-10 23:14:35 +00:00
Update network.Packet structure
This commit is contained in:
parent
4f275a8029
commit
be517dd58f
7 changed files with 204 additions and 147 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
// Parse parses an IP packet and saves the information in the given packet object.
|
||||
func Parse(packetData []byte, packet *PacketBase) error {
|
||||
func Parse(packetData []byte, packet *Base) error {
|
||||
|
||||
var parsedPacket gopacket.Packet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue