Go to the source code of this file.
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.