tcpflow
1.6.1
About: tcpflow is a TCP/IP packet demultiplexer that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis and debugging.
![]() ![]() |
#include <string>
#include <iostream>
#include <fstream>
#include <assert.h>
#include <string.h>
#include <vector>
#include <set>
Go to the source code of this file.
Classes | |
class | beregex |
class | regex_list |
Typedefs | |
typedef std::vector< beregex * > | beregex_vector |
typedef std::vector<beregex *> beregex_vector |