suricata
|
#include "suricata-common.h"
#include "threads.h"
#include "tx-bit.h"
#include "detect.h"
#include "util-var.h"
#include "util-debug.h"
#include "rust.h"
Go to the source code of this file.
Functions | |
int | TxBitIsset (AppLayerTxData *txd, uint32_t idx) |
int | TxBitSet (AppLayerTxData *txd, uint32_t idx) |
Implements per ippair bits. Actually, not a bit, but called that way because of Snort's flowbits. It's a binary storage.
move away from a linked list implementation
use different datatypes, such as string, int, etc.
Definition in file tx-bit.c.
int TxBitIsset | ( | AppLayerTxData * | txd, |
uint32_t | idx | ||
) |
int TxBitSet | ( | AppLayerTxData * | txd, |
uint32_t | idx | ||
) |