From 4c37395f73edab782157c9bd3e9bc2f95aa2720e Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 4 Dec 1999 05:14:39 +0000 Subject: Add support to Wiretap for writing Network Monitor 1.x-format capture files. Make the return type of a number of routines that return 1 (for "true") on success and 0 (for "false") on failure to "gboolean", and make the 1's and 0's TRUEs and FALSEs. svn path=/trunk/; revision=1194 --- wiretap/netmon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wiretap/netmon.h') diff --git a/wiretap/netmon.h b/wiretap/netmon.h index a186261793..468d6775ad 100644 --- a/wiretap/netmon.h +++ b/wiretap/netmon.h @@ -1,6 +1,6 @@ /* netmon.h * - * $Id: netmon.h,v 1.2 1999/08/19 05:31:36 guy Exp $ + * $Id: netmon.h,v 1.3 1999/12/04 05:14:39 guy Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez @@ -22,3 +22,4 @@ */ int netmon_open(wtap *wth, int *err); +gboolean netmon_dump_open(wtap_dumper *wdh, int *err); -- cgit v1.2.1