void nd_raw_proto_init (void); ND_Protocol* nd_raw_proto_get (void); ND_ProtoInfo* nd_raw_proto_get_gui (LND_Trace *trace); |
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_Protocol* nd_raw_proto_get (void); |
The function returns the raw protocol. The same pointer is returned each time.
protocol.