streaming

Media streaming and broadcast systems in Go
Log | Files | Refs | README | LICENSE

commit 9d3606015d4f3d5a4972e92d41f5b92dd6469f20
parent 5446ee9238512d767735753f9f435b42ae4df0cc
Author: Oliver Lowe <o@olowe.co>
Date:   Tue, 23 Jul 2024 15:25:02 +1000

pcap: add package overview docs

Diffstat:
Apcap/pcap.go | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/pcap/pcap.go b/pcap/pcap.go @@ -0,0 +1,5 @@ +// Package pcap implements decoding and encoding of libcap's savefile +// format described in [pcap-savefile(5)]. +// +// [pcap-savefile(5)]: https://www.tcpdump.org/manpages/pcap-savefile.5.txt +package pcap