Next: bpipe_dpktf_next, Previous: bpipe_dpktf_matrix, Up: Data Packet Field Manipulations
Retrieve the name of a data packet field.
#include <bpipe/bpipe.h>const char *bpipe_dpktf_name(DpktField *dpktf);
DpktField *dpktf
- a pointer to the data packet field
Retrieve the name of a data packet field.
This routine returns a pointer to the name of a data packet field,
if it exists. If it doesn't exist, it returns NULL
. Please note
that the pointer returned points to the original copy of the field's
name. Do not change this data!.