From 2d8b4a233e2c089b9736ad7ec2cea90438e6ad0f Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Wed, 29 Apr 2015 09:19:08 +0200 Subject: Add the abillity to read 3GPP trace records with format accoding to TS 32 423(XML) Change-Id: I37895ec35797089a32c7d1695e735046d6aa979e Reviewed-on: https://code.wireshark.org/review/8237 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- wiretap/nettrace_3gpp_32_423.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 wiretap/nettrace_3gpp_32_423.h (limited to 'wiretap/nettrace_3gpp_32_423.h') diff --git a/wiretap/nettrace_3gpp_32_423.h b/wiretap/nettrace_3gpp_32_423.h new file mode 100644 index 0000000000..2e7d978b2c --- /dev/null +++ b/wiretap/nettrace_3gpp_32_423.h @@ -0,0 +1,29 @@ +/* nettrace_3gpp_32_423.h + * + * MIME file format decoder for the Wiretap library. + * + * Wiretap Library + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +#ifndef __NETTRACE_3GPP_32_423__ +#define __NETTRACE_3GPP_32_423__ + +#include +#include + +wtap_open_return_val nettrace_3gpp_32_423_file_open(wtap *wth, int *err, gchar **err_info); + +#endif -- cgit v1.2.3