aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-24 06:03:34 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-24 06:03:34 +0000
commit8a5d5f9bde91019a785a23bab01677cb6eba8739 (patch)
treef9e9ceb8feb9b474fd6f6627ea0f976493553503 /packet-netbios.h
parentc2b87a5d1e88ad6819175735ee537b5081d23da6 (diff)
From Joerg Mayer: get rid of extra arguments to capture routines.
svn path=/trunk/; revision=5233
Diffstat (limited to 'packet-netbios.h')
-rw-r--r--packet-netbios.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-netbios.h b/packet-netbios.h
index 0795c40208..69f0303ae3 100644
--- a/packet-netbios.h
+++ b/packet-netbios.h
@@ -5,7 +5,7 @@
*
* derived from the packet-nbns.c
*
- * $Id: packet-netbios.h,v 1.12 2001/11/20 21:59:13 guy Exp $
+ * $Id: packet-netbios.h,v 1.13 2002/04/24 06:03:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -32,7 +32,7 @@
/* Length of NetBIOS names */
#define NETBIOS_NAME_LEN 16
-void capture_netbios(const u_char *, int, int, packet_counts *);
+void capture_netbios(packet_counts *);
extern int process_netbios_name(const u_char *name_ptr, char *name_ret);
extern int get_netbios_name(tvbuff_t *tvb, int offset,