Details
nd_clipboard_init ()
void nd_clipboard_init (void); |
Netdude provides a clipboard mechanism to temporarily store packets.
This function initializes the necessary data structures.
nd_clipboard_cut ()
void nd_clipboard_cut (void); |
This function cuts the currently selected packets out of a trace
and places them in the clipboard.
nd_clipboard_copy ()
void nd_clipboard_copy (void); |
This function copies the currently selected packets from a trace
into the clipboard.
nd_clipboard_paste ()
void nd_clipboard_paste (void); |
nd_clipboard_occupied ()
int nd_clipboard_occupied (void); |
The function checks whether the clipboard contains any data
and returns the outcome of the test.
- Returns :
TRUE when the clipboard contains data, FALSE otherwise.