From c0f191e9e0c2d49564e42a23cfcd6a391569892c Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Thu, 12 Nov 1998 06:01:27 +0000 Subject: I added the LANalzyer file format to wiretap. I cleaned up some code in the wiretap functions to be more generic and therefore allow an easier integration of more packet-capture file types. I also put in all the GPL copyrights in the wiretap code. svn path=/trunk/; revision=83 --- wiretap/lanalyzer.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 wiretap/lanalyzer.h (limited to 'wiretap/lanalyzer.h') diff --git a/wiretap/lanalyzer.h b/wiretap/lanalyzer.h new file mode 100644 index 0000000000..3efd992ba1 --- /dev/null +++ b/wiretap/lanalyzer.h @@ -0,0 +1,27 @@ +/* lanalyzer.h + * + * $Id: lanalyzer.h,v 1.1 1998/11/12 06:01:23 gram Exp $ + * + * 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 lanalyzer_open(wtap *wth); +int lanalyzer_read(wtap *wth); -- cgit v1.2.1