10 #ifndef __PACKET_LIST_UTILS_H__
11 #define __PACKET_LIST_UTILS_H__
50 extern void packet_list_clear(
void);
51 extern void packet_list_freeze(
void);
52 extern void packet_list_recreate_visible_rows(
void);
53 extern void packet_list_thaw(
void);
54 extern unsigned packet_list_append(
column_info *cinfo, frame_data *fdata);
55 extern void packet_list_queue_draw(
void);
56 extern bool packet_list_select_row_from_data(frame_data *fdata_needle);
57 extern bool packet_list_select_finfo(
field_info *fi);
58 extern bool packet_list_multi_select_active(
void);
void packet_list_recent_write_all(FILE *rf)
The following methods have to be implemented by any class that whishes to represent a packet list.
Definition: packet_list.cpp:198
bool resolve_column(int col, capture_file *cf)
Definition: packet_list_utils.c:84
bool right_justify_column(int col, capture_file *cf)
Definition: packet_list_utils.c:19
Definition: column-info.h:63