nd_tp

Name

nd_tp -- 

Synopsis



void        nd_tp_init                      (void);
void        nd_tp_clear_selection           (LND_TracePart *tp);
void        nd_tp_full_selection            (LND_TracePart *tp);
void        nd_tp_select_packet             (LND_TracePart *tp,
                                             int index);
void        nd_tp_packet_insert_at_index    (LND_TracePart *tp,
                                             LND_Packet *packet,
                                             int index);

Description

Details

nd_tp_init ()

void        nd_tp_init                      (void);


nd_tp_clear_selection ()

void        nd_tp_clear_selection           (LND_TracePart *tp);

tp :


nd_tp_full_selection ()

void        nd_tp_full_selection            (LND_TracePart *tp);

tp :


nd_tp_select_packet ()

void        nd_tp_select_packet             (LND_TracePart *tp,
                                             int index);

tp :

trace part.

index :

index of packet to select.


nd_tp_packet_insert_at_index ()

void        nd_tp_packet_insert_at_index    (LND_TracePart *tp,
                                             LND_Packet *packet,
                                             int index);

tp :

packet :

index :