nd_packet

Name

nd_packet -- 

Synopsis



void        nd_packet_init                  (void);
void        nd_packet_delete                (LND_Packet *packet);
void        nd_packet_set_filtered_state    (LND_Packet *packet);
void        nd_packet_set_gui               (const LND_Packet *packet);

Description

Details

nd_packet_init ()

void        nd_packet_init                  (void);


nd_packet_delete ()

void        nd_packet_delete                (LND_Packet *packet);

FIXME -- it's just a GUI update.

packet :

deleted packet.


nd_packet_set_filtered_state ()

void        nd_packet_set_filtered_state    (LND_Packet *packet);

packet :


nd_packet_set_gui ()

void        nd_packet_set_gui               (const LND_Packet *packet);

The function adjusts the GUI to packet contents, for all protocols contained in the packet.

packet :

packet that provides settings.