Documentation ¶
Overview ¶
Binary stenographer reads packets from the given filename based on a set of IPs and spits them out via STDOUT as pcap data, which should be able to be piped into tcpdump.
Directories ¶
Path | Synopsis |
---|---|
Package base provides common utilities for other stenographer libraries.
|
Package base provides common utilities for other stenographer libraries. |
Package blockfile provides methods for reading packets from blockfiles generated by stenotype.
|
Package blockfile provides methods for reading packets from blockfiles generated by stenotype. |
Package certs provides helper libraries for generating self-signed certificates, which we use locally for authorizing users to read packet data.
|
Package certs provides helper libraries for generating self-signed certificates, which we use locally for authorizing users to read packet data. |
Package config contains the configuration file format for stenographer's main configuration file.
|
Package config contains the configuration file format for stenographer's main configuration file. |
Package env contains the environment that stenographer will set up and run.
|
Package env contains the environment that stenographer will set up and run. |
Package filecache provides a LRU cache of open os.File objects, closing old files as new ones are opened.
|
Package filecache provides a LRU cache of open os.File objects, closing old files as new ones are opened. |
Package httputil provides http utilities for stenographer.
|
Package httputil provides http utilities for stenographer. |
Package indexfile provides methods for querying stenotype indexes to find the blockfile positions of packets.
|
Package indexfile provides methods for querying stenotype indexes to find the blockfile positions of packets. |
Package query provides objects for specifying a query against stenographer.
|
Package query provides objects for specifying a query against stenographer. |
Package stats provides a simple method for exporting statistics to HTTP.
|
Package stats provides a simple method for exporting statistics to HTTP. |
Package thread contains code for interacting with a single stenotype thread.
|
Package thread contains code for interacting with a single stenotype thread. |
Click to show internal directories.
Click to hide internal directories.