Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-ntp.h
blobd80ed01ec9eb0b080f4ebc972949c744041c23f0
1 /* packet-ntp.h
2 * Definitions for packet disassembly structures and routines
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef PACKET_NTP_H
12 #define PACKET_NTP_H
14 extern const char *tvb_ntp_fmt_ts_sec(tvbuff_t *tvb, int offset);
15 extern void ntp_to_nstime(tvbuff_t *tvb, int offset, nstime_t *nstime);
17 #endif