|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
| WS_DLL_PUBLIC ts_type | timestamp_get_type (void) |
| Get the current timestamp type. | |
| WS_DLL_PUBLIC void | timestamp_set_type (ts_type ts_t) |
| Set the timestamp type. | |
| WS_DLL_PUBLIC int | timestamp_get_precision (void) |
| Get the current timestamp precision. | |
| WS_DLL_PUBLIC void | timestamp_set_precision (int tsp) |
| Set the timestamp precision. | |
| WS_DLL_PUBLIC ts_seconds_type | timestamp_get_seconds_type (void) |
| Get the current timestamp seconds type. | |
| WS_DLL_PUBLIC void | timestamp_set_seconds_type (ts_seconds_type ts_t) |
| Set the timestamp seconds type. | |
Defines for packet timestamps
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
| WS_DLL_PUBLIC int timestamp_get_precision | ( | void | ) |
Get the current timestamp precision.
| WS_DLL_PUBLIC ts_seconds_type timestamp_get_seconds_type | ( | void | ) |
Get the current timestamp seconds type.
| WS_DLL_PUBLIC ts_type timestamp_get_type | ( | void | ) |
Get the current timestamp type.
| WS_DLL_PUBLIC void timestamp_set_precision | ( | int | tsp | ) |
Set the timestamp precision.
| tsp | The timestamp precision to set. |
| WS_DLL_PUBLIC void timestamp_set_seconds_type | ( | ts_seconds_type | ts_t | ) |
Set the timestamp seconds type.
| ts_t | The timestamp seconds type to set. |
| WS_DLL_PUBLIC void timestamp_set_type | ( | ts_type | ts_t | ) |
Set the timestamp type.
| ts_t | The timestamp type to set. |