aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettrace_3gpp_32_423.h
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-04-29 09:19:08 +0200
committerAnders Broman <a.broman58@gmail.com>2015-04-30 10:52:01 +0000
commit2d8b4a233e2c089b9736ad7ec2cea90438e6ad0f (patch)
tree06d238e8bf3b09c3449914d90e3621acf68816e1 /wiretap/nettrace_3gpp_32_423.h
parent58c890d93f5f3fc88ef99a2ba9ffaca1411b6b3c (diff)
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 <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap/nettrace_3gpp_32_423.h')
-rw-r--r--wiretap/nettrace_3gpp_32_423.h29
1 files changed, 29 insertions, 0 deletions
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 <glib.h>
+#include <wtap.h>
+
+wtap_open_return_val nettrace_3gpp_32_423_file_open(wtap *wth, int *err, gchar **err_info);
+
+#endif