Fix files that had Gilbert's old e-mail address or that didn't have my
[obnox/wireshark/wip.git] / wiretap / ngsniffer.h
index 3fc1626392849b5f60cdeacd6c479e75d27f11ad..4d412debed710b4af4a2eece7bc05f7c4e70e741 100644 (file)
@@ -1,9 +1,9 @@
 /* ngsniffer.h
  *
- * $Id: ngsniffer.h,v 1.3 1998/11/13 05:57:39 gram Exp $
+ * $Id: ngsniffer.h,v 1.7 2000/01/22 06:22:43 guy Exp $
  *
  * Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -21,9 +21,6 @@
  *
  */
 
-#define REC_VERS       1       /* Version record (f_vers) */
-#define REC_FRAME2     4       /* Frame data (f_frame2) */
-#define REC_EOF                3       /* End-of-file record (no data follows) */
-
-int ngsniffer_open(wtap *wth);
-int ngsniffer_read(wtap *wth);
+int ngsniffer_open(wtap *wth, int *err);
+gboolean ngsniffer_dump_open(wtap_dumper *wdh, int *err);
+int ngsniffer_dump_can_write_encap(int filetype, int encap);