Go to the source code of this file.
|
bool | right_justify_column (int col, capture_file *cf) |
|
bool | display_column_strings (int col, capture_file *cf) |
|
bool | display_column_details (int col, capture_file *cf) |
|
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.
|
|
void | packet_list_clear (void) |
|
void | packet_list_freeze (void) |
|
void | packet_list_recreate_visible_rows (void) |
|
void | packet_list_need_recreate_visible_rows (void) |
|
void | packet_list_thaw (void) |
|
unsigned | packet_list_append (column_info *cinfo, frame_data *fdata) |
|
void | packet_list_queue_draw (void) |
|
bool | packet_list_select_row_from_data (frame_data *fdata_needle) |
|
bool | packet_list_select_finfo (field_info *fi) |
|
bool | packet_list_multi_select_active (void) |
|
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
◆ display_column_details()
Check to see if a column's data can be displayed as packet details.
- Parameters
-
[in] | col | The column number. |
[in] | cf | The capture file containing the packet data. |
- Returns
- true if displayed as details is allowed, false otherwise.
◆ display_column_strings()
Check to see if a column's data can be displayed as strings.
- Parameters
-
[in] | col | The column number. |
[in] | cf | The capture file containing the packet data. |
- Returns
- true if name displayed as strings is allowed, false otherwise.
◆ packet_list_recent_write_all()
void packet_list_recent_write_all |
( |
FILE * |
rf | ) |
|
|
extern |
The following methods have to be implemented by any class that whishes to represent a packet list.
Write all packet list geometry values to the recent file.
- Parameters
-
rf | recent file handle from caller |
◆ right_justify_column()
Check to see if a column should be right justified.
- Parameters
-
[in] | col | The column number. |
[in] | cf | The capture file containing the packet data. |
- Returns
- true if the column should be right justified, false otherwise.