Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
packet_list_utils.h File Reference
#include "cfile.h"

Go to the source code of this file.

Functions

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_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)
 

Detailed Description

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

Function Documentation

◆ display_column_details()

bool display_column_details ( int  col,
capture_file cf 
)

Check to see if a column's data can be displayed as packet details.

Parameters
[in]colThe column number.
[in]cfThe capture file containing the packet data.
Returns
true if displayed as details is allowed, false otherwise.

◆ display_column_strings()

bool display_column_strings ( int  col,
capture_file cf 
)

Check to see if a column's data can be displayed as strings.

Parameters
[in]colThe column number.
[in]cfThe 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
rfrecent file handle from caller

◆ right_justify_column()

bool right_justify_column ( int  col,
capture_file cf 
)

Check to see if a column should be right justified.

Parameters
[in]colThe column number.
[in]cfThe capture file containing the packet data.
Returns
true if the column should be right justified, false otherwise.