3 * (c) 2007 Ronnie Sahlberg
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __PACKET_NDMP_H__
13 #define __PACKET_NDMP_H__
15 extern bool check_if_ndmp(tvbuff_t
*tvb
, packet_info
*pinfo
);
17 #endif /* packet-ndmp.h */