Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
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(
tvbuff_t
*tvb, gint offset);
15
extern
const
char
*tvb_ntp_fmt_ts_sec(
tvbuff_t
*tvb, gint offset);
16
extern
const
char
*tvb_mip6_fmt_ts(
tvbuff_t
*tvb, gint offset);
17
extern
void
ntp_to_nstime(
tvbuff_t
*tvb, gint offset,
nstime_t
*nstime);
18
19
#endif
tvbuff
Definition:
tvbuff-int.h:35
nstime_t
Definition:
nstime.h:27
Generated by
1.8.11