Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
packet-ntp.h
1/* packet-ntp.h
2 * Definitions for packet disassembly structures and routines
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11#ifndef PACKET_NTP_H
12#define PACKET_NTP_H
13
14extern const char *tvb_ntp_fmt_ts_sec(tvbuff_t *tvb, int offset);
15extern void ntp_to_nstime(tvbuff_t *tvb, int offset, nstime_t *nstime);
16
17#endif
Definition nstime.h:26
Definition tvbuff-int.h:35