Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
14 extern const char *tvb_ntp_fmt_ts_sec(tvbuff_t *tvb, gint offset);
15 extern void ntp_to_nstime(tvbuff_t *tvb, gint offset, nstime_t *nstime);
16 
17 #endif
Definition: nstime.h:26
Definition: tvbuff-int.h:35