From 651d8082c912c3aec2949ac855c0224528a4174e Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 28 Sep 2007 07:25:50 +0000 Subject: add a function to test if a packet is ndmp or not svn path=/trunk/; revision=23007 --- epan/dissectors/packet-ndmp.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 epan/dissectors/packet-ndmp.h (limited to 'epan/dissectors/packet-ndmp.h') diff --git a/epan/dissectors/packet-ndmp.h b/epan/dissectors/packet-ndmp.h new file mode 100644 index 0000000000..e152820179 --- /dev/null +++ b/epan/dissectors/packet-ndmp.h @@ -0,0 +1,32 @@ +/* packet-ndmp.h + * + * $Id$ + * + * (c) 2007 Ronnie Sahlberg + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#ifndef __PACKET_NDMP_H__ +#define __PACKET_NDMP_H__ + +extern gboolean check_if_ndmp(tvbuff_t *tvb, packet_info *pinfo); + +#endif /* packet-ndmp.h */ + -- cgit v1.2.3