Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-ndmp.h
1/* packet-ndmp.h
2 *
3 * (c) 2007 Ronnie Sahlberg
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11
12#ifndef __PACKET_NDMP_H__
13#define __PACKET_NDMP_H__
14
15extern bool check_if_ndmp(tvbuff_t *tvb, packet_info *pinfo);
16
17#endif /* packet-ndmp.h */
18
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95