netsed
Data Fields
rule_s Struct Reference

Rule item. More...

Data Fields

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

Detailed Description

Rule item.

Definition at line 150 of file netsed.c.

Field Documentation

◆ dir

int rule_s::dir

direction of rule

Definition at line 164 of file netsed.c.

◆ forig

const char* rule_s::forig

match from the command line.

Definition at line 156 of file netsed.c.

◆ from

char* rule_s::from

binary buffer to match.

Definition at line 152 of file netsed.c.

◆ fs

int rule_s::fs

length of from buffer.

Definition at line 160 of file netsed.c.

◆ to

char* rule_s::to

binary buffer replacement.

Definition at line 154 of file netsed.c.

◆ torig

const char* rule_s::torig

replacement from the command line.

Definition at line 158 of file netsed.c.

◆ ts

int rule_s::ts

length of to buffer.

Definition at line 162 of file netsed.c.


The documentation for this struct was generated from the following file: