PCAP files input/output. More...
Namespaces | |
| namespace | internals |
Classes | |
| struct | list |
| struct | ostream |
| Enable frame/packet dumping to PCAP files. More... | |
| struct | stream |
| pcap stream. More... | |
| struct | istream |
| pcap stream based on std::istream. More... | |
| struct | file |
| pcap file. More... | |
| struct | indexed_file |
| pcap file featuring random packet access. More... | |
Functions | |
| template<class Stream , class Bottom > | |
| std::ostream & | operator<< (std::ostream &os, const list< Stream, Bottom > &l) |
| template<class S , class B > | |
| std::ostream & | operator<< (std::ostream &os, const list< S, B > &l) |
PCAP files input/output.
This namespace holds the compounds required to perform PCAP (Packet CAPture) files input/output.
1.6.2