Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet_list_utils.h
Go to the documentation of this file.
1
10#ifndef __PACKET_LIST_UTILS_H__
11#define __PACKET_LIST_UTILS_H__
12
13#include "cfile.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18
27bool right_justify_column (int col, capture_file *cf);
28
37bool display_column_strings (int col, capture_file *cf);
38
47bool display_column_details (int col, capture_file *cf);
48
58extern void packet_list_recent_write_all(FILE *rf);
59
60extern void packet_list_clear(void);
61extern void packet_list_freeze(void);
62extern void packet_list_recreate_visible_rows(void);
63extern void packet_list_thaw(void);
64extern unsigned packet_list_append(column_info *cinfo, frame_data *fdata);
65extern void packet_list_queue_draw(void);
66extern bool packet_list_select_row_from_data(frame_data *fdata_needle);
67extern bool packet_list_select_finfo(field_info *fi);
68extern bool packet_list_multi_select_active(void);
69
70#ifdef __cplusplus
71}
72#endif /* __cplusplus */
73
74#endif /* __PACKET_LIST_UTILS_H__ */
bool display_column_strings(int col, capture_file *cf)
Definition packet_list_utils.c:89
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 display_column_details(int col, capture_file *cf)
Definition packet_list_utils.c:138
bool right_justify_column(int col, capture_file *cf)
Definition packet_list_utils.c:21
Definition cfile.h:67
Definition column-info.h:62
Definition proto.h:813