![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include "cfile.h"
Go to the source code of this file.
Functions | |
bool | right_justify_column (int col, capture_file *cf) |
bool | resolve_column (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. More... | |
void | packet_list_clear (void) |
void | packet_list_freeze (void) |
void | packet_list_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 Copyright 1998 Gerald Combs d@wi resha rk.o rg
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 |
bool resolve_column | ( | int | 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. |
bool right_justify_column | ( | int | 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. |