nd_raw_protocol

Name

nd_raw_protocol -- 

Synopsis

void                nd_raw_proto_init                   (void);
ND_Protocol *       nd_raw_proto_get                    (void);
ND_ProtoInfo *      nd_raw_proto_get_gui                (LND_Trace *trace);

Description

Details

nd_raw_proto_init ()

void                nd_raw_proto_init                   (void);

The function initializes the raw protocol to make it available for subsequent calls to nd_raw_proto_get(). This pseudo-protocol uses the ASCII/hex editor to edit the packet data.


nd_raw_proto_get ()

ND_Protocol *       nd_raw_proto_get                    (void);

The function returns the raw protocol. The same pointer is returned each time.

Returns :

protocol.


nd_raw_proto_get_gui ()

ND_ProtoInfo *      nd_raw_proto_get_gui                (LND_Trace *trace);

trace :

trace whose raw data protocol information to find.

Returns :

the GUI part of the raw protocol.