Wireshark 4.5.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 <[email protected]>
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
Definition packet_info.h:43
Definition tvbuff-int.h:35