Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
15 extern gboolean check_if_ndmp(tvbuff_t *tvb, packet_info *pinfo);
16 
17 #endif /* packet-ndmp.h */
18 
Definition: packet_info.h:44
Definition: tvbuff-int.h:35