filter.h File Reference

(r4203/r3375)

Go to the source code of this file.

Functions

int p_filter_create (const char *filter_name)
 Create a new filter.
int p_filter_destroy (int filter)
 Destroy a filter.
int p_filter_add (int filter, int type, const void *arg)
 Adds a new condition to a filter.
int p_filter_add_str (int filter, const char *char_type, const char *char_arg)
 Adds a new condition to a filter, takes strings as arguments.
int p_filter_apply (int filter, struct p_packet *packet)
 Applies a filter onto a packet.
void p_describe_filter (int filter)
 Prints out all information about a filter.
void * p_filter_arg (int filter)
 Get a pointer for a filter.


Detailed Description

This file contains some useful utils.

Definition in file filter.h.


Generated on Tue Apr 10 15:22:26 2007 for libparticle by  doxygen 1.5.1