rule_s Struct Reference

Rule item. More...

Data Fields

char * from
 binary buffer to match.
char * to
 binary buffer replacement.
const char * forig
 match from the command line.
const char * torig
 replacement from the command line.
int fs
 length of from buffer.
int ts
 length of to buffer.
int dir
 direction of rule

Detailed Description

Rule item.

Definition at line 150 of file netsed.c.


Field Documentation

direction of rule

Definition at line 164 of file netsed.c.

const char* rule_s::forig

match from the command line.

Definition at line 156 of file netsed.c.

char* rule_s::from

binary buffer to match.

Definition at line 152 of file netsed.c.

length of from buffer.

Definition at line 160 of file netsed.c.

char* rule_s::to

binary buffer replacement.

Definition at line 154 of file netsed.c.

const char* rule_s::torig

replacement from the command line.

Definition at line 158 of file netsed.c.

length of to buffer.

Definition at line 162 of file netsed.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Enumerations Enumerator Defines

Generated on 12 Sep 2014 for netsed by  doxygen 1.6.1