X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=wiretap%2Fnetmon.h;h=b2bc7a2375bfcaee183ecde8a461af35f1e35af9;hp=a1c2f523c5ab67677a0dcf95fa11ceecd0657cd2;hb=f27aa83c5d449e58989cdba52f827792e22d7799;hpb=96f0c884b754e03570eacf258253ff6265e9adec diff --git a/wiretap/netmon.h b/wiretap/netmon.h index a1c2f523c5..b2bc7a2375 100644 --- a/wiretap/netmon.h +++ b/wiretap/netmon.h @@ -1,20 +1,20 @@ /* netmon.h * - * $Id: netmon.h,v 1.10 2002/07/16 07:15:09 guy Exp $ + * $Id$ * * 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. @@ -23,8 +23,12 @@ #ifndef __NETMON_H__ #define __NETMON_H__ -int netmon_open(wtap *wth, int *err); -gboolean netmon_dump_open(wtap_dumper *wdh, gboolean cant_seek, int *err); -int netmon_dump_can_write_encap(int encap); +#include +#include + +int netmon_open(wtap *wth, int *err, gchar **err_info); +gboolean netmon_dump_open(wtap_dumper *wdh, int *err); +int netmon_dump_can_write_encap_1_x(int encap); +int netmon_dump_can_write_encap_2_x(int encap); #endif