![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
char * | get_args_as_string (int argc, char **argv, int optindex) |
void | compute_timestamp_diff (int *diffsec, int *diffusec, uint32_t sec1, uint32_t usec1, uint32_t sec2, uint32_t usec2) |
const char * | get_conn_cfilter (void) |
bool | display_is_remote (void) |
const char * | get_last_open_dir (void) |
void | set_last_open_dir (const char *dirname) |
const char * | get_open_dialog_initial_dir (void) |
Utility definitions
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
bool display_is_remote | ( | void | ) |
Check if we're running on a remote connection.
const char* get_last_open_dir | ( | void | ) |
Get the latest directory in which a file has been opened.
Get the latest opened directory.
const char* get_open_dialog_initial_dir | ( | void | ) |
Get the initial directory to use in file open dialogs.
void set_last_open_dir | ( | const char * | dirname | ) |
Set the latest directory in which a file has been opened.
dirname | the dirname |