summaryrefslogtreecommitdiffhomepage
path: root/net/packet/packet.go
diff options
context:
space:
mode:
Diffstat (limited to 'net/packet/packet.go')
-rw-r--r--net/packet/packet.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/packet/packet.go b/net/packet/packet.go
index b41e0dcd9..ec213653d 100644
--- a/net/packet/packet.go
+++ b/net/packet/packet.go
@@ -60,7 +60,8 @@ type Parsed struct {
// TCPFlags is the packet's TCP flag bits. Valid iff IPProto == TCP.
TCPFlags TCPFlag
- // CaptureMeta contains metadata that is used when debugging.
+ // CaptureMeta contains metadata that is used when debugging, and
+ // for some filtering decisions.
CaptureMeta CaptureMeta
}