From a75f7d1d24c1045559d52f4e8e5d0c4ae9d80123 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 2 Aug 1999 02:26:22 +0000 Subject: 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 --- wiretap/radcom.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 wiretap/radcom.h (limited to 'wiretap/radcom.h') 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 + * + * 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); -- cgit v1.2.3