2 * Definitions for ICMP: http://tools.ietf.org/html/rfc792.
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
11 #ifndef __PACKET_ICMP_H__
12 #define __PACKET_ICMP_H__
14 /* ICMP echo request/reply transaction statistics ... used by ICMP tap(s) */
15 typedef struct _icmp_transaction_t
{
22 /* ICMP info ... used by sequence analysis tap and stored in pinfo with p_add_proto_data */
28 int get_best_guess_timestamp(tvbuff_t
*tvb
, int offset
, nstime_t
*comp_ts
, nstime_t
*out_ts
);