summaryrefslogtreecommitdiff
path: root/wiretap/dct3trace.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-01-07 07:21:31 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-01-07 07:21:31 +0000
commit322d89cf1540fb6a374b49b6c8fde41d0f281619 (patch)
tree6b1e9bab7faa10c57de36ba638cb7febbb6c7ca1 /wiretap/dct3trace.h
parent45f8882a526ec82b67b43e6d8867bc1763c4a865 (diff)
downloadwireshark-322d89cf1540fb6a374b49b6c8fde41d0f281619.tar.gz
From Duncan Salerno:
Added LAPDm protocol dissector, GSM Um layer, and wiretap support for dct3trace captures, generated by gammu (many available at http://wiki.thc.org/gsm). svn path=/trunk/; revision=27176
Diffstat (limited to 'wiretap/dct3trace.h')
-rw-r--r--wiretap/dct3trace.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/wiretap/dct3trace.h b/wiretap/dct3trace.h
new file mode 100644
index 0000000000..184d00394e
--- /dev/null
+++ b/wiretap/dct3trace.h
@@ -0,0 +1,28 @@
+/* dct3trace.h
+ *
+ * $Id$
+ *
+ * Wiretap Library
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
+ *
+ * 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 __W_DCT3TRACE_H__
+#define __W_DCT3TRACE_H__
+
+int dct3trace_open(wtap *wth, int *err, gchar **err_info);
+
+#endif