Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 <
[email protected]
>
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(
wmem_allocator_t
* allocator, tvbuff_t *tvb,
int
offset);
15
extern
void
ntp_to_nstime(tvbuff_t *tvb,
int
offset,
nstime_t
*nstime);
16
17
#endif
wmem_allocator_t
struct _wmem_allocator_t wmem_allocator_t
Definition
wmem_core.h:44
nstime_t
Definition
nstime.h:26
Generated by
1.15.0