Don't let the user specify a maximum capture file size if they're not
[obnox/wireshark/wip.git] / packet-vines.h
index ec0fb9c88a0aae712b1e9e6526c7379587e57944..15db0045760b109345c7820fc9867f3f4ed5d3a0 100644 (file)
@@ -1,15 +1,14 @@
 /* packet-vines.h
  * Definitions for packet disassembly structures and routines
  *
- * $Id: packet-vines.h,v 1.5 2000/04/16 21:37:07 guy Exp $
+ * $Id: packet-vines.h,v 1.10 2001/11/20 21:59:13 guy Exp $
  *
  * Don Lafontaine <lafont02@cn.ca>
  *
  * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
  * Copyright 1998 Gerald Combs
- * Joerg Mayer <jmayer@telemation.de>
- *
+ * Joerg Mayer <jmayer@loplof.de>
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -38,8 +37,9 @@
 #ifndef __PACKETVINES_H__
 #define __PACKETVINES_H__
 
-void capture_vines(const u_char *, int, packet_counts *);
-void dissect_vines_frp(const u_char *, int, frame_data *, proto_tree *);
+#include "to_str.h"
+
+#define VINES_ADDR_LEN 6
 
 /* VINES IP structs and definitions */
 
@@ -108,9 +108,6 @@ typedef struct _e_vsmb {
   guint32 vsmb_ttw;
 } e_vsmb;
 
-/*
- * Routine to take a Vines address and generate a string.
- */
-extern gchar *vines_addr_to_str(const guint8 *addrp);
+void capture_vines(const u_char *, int, int, packet_counts *);
 
 #endif /* packet-vines.h */