aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/radcom.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-02 02:26:22 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-02 02:26:22 +0000
commita75f7d1d24c1045559d52f4e8e5d0c4ae9d80123 (patch)
tree641810443585e854d58ea6c492ce2310b15c8e4d /wiretap/radcom.h
parent79c2223425e406816ea9f8eda1cc48cd9ac01835 (diff)
Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretap
support for RADCOM Ltd.'s WAN/LAN analyzers (see http://www.radcom-inc.com/ ). Note: a Make "S" a mnemonic for "Summary" in the "Tools" menu. Move the routine, used for the "Tools/Summary" display, that turns a wiretap file type into a descriptive string for it into the wiretap library itself, expand on some of its descriptions, and add an entry for files from a RADCOM analyzer. Have "Tools/Summary" display the snapshot length for the capture. svn path=/trunk/; revision=417
Diffstat (limited to 'wiretap/radcom.h')
-rw-r--r--wiretap/radcom.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/wiretap/radcom.h b/wiretap/radcom.h
new file mode 100644
index 0000000000..044ad6831a
--- /dev/null
+++ b/wiretap/radcom.h
@@ -0,0 +1,23 @@
+/* radcom.h
+ *
+ * Wiretap Library
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.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.
+ *
+ */
+
+int radcom_open(wtap *wth);
+int radcom_read(wtap *wth);