diff options
author | Ghanan Gowripalan <ghanan@google.com> | 2020-09-18 00:46:26 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-18 00:48:09 -0700 |
commit | 360006d894247ba78771d1244d5b849dabe3ce5a (patch) | |
tree | 01c849dda202e369e59b9d8f690f460764164903 /pkg/tcpip/link/sniffer/BUILD | |
parent | 07d832dbb539e0bcca74800d09d0ea607d8173a3 (diff) |
Use common parsing utilities when sniffing
Extract parsing utilities so they can be used by the sniffer.
Fixes #3930
PiperOrigin-RevId: 332401880
Diffstat (limited to 'pkg/tcpip/link/sniffer/BUILD')
-rw-r--r-- | pkg/tcpip/link/sniffer/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/link/sniffer/BUILD b/pkg/tcpip/link/sniffer/BUILD index 7cbc305e7..4aac12a8c 100644 --- a/pkg/tcpip/link/sniffer/BUILD +++ b/pkg/tcpip/link/sniffer/BUILD @@ -14,6 +14,7 @@ go_library( "//pkg/tcpip", "//pkg/tcpip/buffer", "//pkg/tcpip/header", + "//pkg/tcpip/header/parse", "//pkg/tcpip/link/nested", "//pkg/tcpip/stack", ], |