From 8a5d5f9bde91019a785a23bab01677cb6eba8739 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 24 Apr 2002 06:03:34 +0000 Subject: From Joerg Mayer: get rid of extra arguments to capture routines. svn path=/trunk/; revision=5233 --- packet-netbios.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-netbios.h') 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 @@ -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, -- cgit v1.2.3