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 "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sbuf.h>
#include "bulk_extractor_i.h"
#include "histogram.h"
Go to the source code of this file.
Macros | |
#define | SQLITE_EXTENSION ".sqlite" |
#define | SQLITE_DETERMINISTIC 0 |
Variables | |
static int | debug = 0 |
static const char * | begin_transaction [] = {"BEGIN TRANSACTION",0} |
static const char * | commit_transaction [] = {"COMMIT TRANSACTION",0} |
#define SQLITE_DETERMINISTIC 0 |
Definition at line 36 of file feature_recorder_sql.cpp.
#define SQLITE_EXTENSION ".sqlite" |
Definition at line 33 of file feature_recorder_sql.cpp.
|
static |
Definition at line 82 of file feature_recorder_sql.cpp.
Referenced by feature_recorder_set::db_transaction_begin().
|
static |
Definition at line 83 of file feature_recorder_sql.cpp.
Referenced by feature_recorder_set::db_transaction_commit().
|
static |
Definition at line 39 of file feature_recorder_sql.cpp.
Referenced by WifiPacket::decode_mgmt_body(), WifiPacket::handle_80211(), be13::plugin::load_scanner_file(), tcpdemux::process_ip4(), be13::plugin::process_sbuf(), be13::plugin::set_scanner_debug(), and tcpip::store_packet().