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.
  Fossies Dox: tcpflow-1.6.1.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
feature_recorder_sql.cpp File Reference
#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"
Include dependency graph for feature_recorder_sql.cpp:

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}
 

Macro Definition Documentation

◆ SQLITE_DETERMINISTIC

#define SQLITE_DETERMINISTIC   0

Definition at line 36 of file feature_recorder_sql.cpp.

◆ SQLITE_EXTENSION

#define SQLITE_EXTENSION   ".sqlite"

Definition at line 33 of file feature_recorder_sql.cpp.

Variable Documentation

◆ begin_transaction

const char* begin_transaction[] = {"BEGIN TRANSACTION",0}
static

Definition at line 82 of file feature_recorder_sql.cpp.

Referenced by feature_recorder_set::db_transaction_begin().

◆ commit_transaction

const char* commit_transaction[] = {"COMMIT TRANSACTION",0}
static

◆ debug