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);
void nd_packet_init (void);
void nd_packet_delete (LND_Packet *packet);
FIXME -- it's just a GUI update.
deleted packet.
void nd_packet_set_filtered_state (LND_Packet *packet);
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 that provides settings.