|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include "cfile.h"Go to the source code of this file.
Functions | |
| gboolean | right_justify_column (gint col, capture_file *cf) |
| gboolean | resolve_column (gint 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. More... | |
| void | packet_list_clear (void) |
| void | packet_list_freeze (void) |
| void | packet_list_recreate_visible_rows (void) |
| void | packet_list_thaw (void) |
| guint | packet_list_append (column_info *cinfo, frame_data *fdata) |
| void | packet_list_queue_draw (void) |
| gboolean | packet_list_select_row_from_data (frame_data *fdata_needle) |
| gboolean | packet_list_select_finfo (field_info *fi) |
| gboolean | packet_list_multi_select_active (void) |
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| 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.
Write all packet list geometry values to the recent file.
| rf | recent file handle from caller |
| gboolean resolve_column | ( | gint | col, |
| capture_file * | cf | ||
| ) |
Check to see if a column's data should be resolved.
| [in] | col | The column number. |
| [in] | cf | The capture file containing the packet data. |
| gboolean right_justify_column | ( | gint | col, |
| capture_file * | cf | ||
| ) |
Check to see if a column should be right justified.
| [in] | col | The column number. |
| [in] | cf | The capture file containing the packet data. |