aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
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-atalk.c
parentc2b87a5d1e88ad6819175735ee537b5081d23da6 (diff)
From Joerg Mayer: get rid of extra arguments to capture routines.
svn path=/trunk/; revision=5233
Diffstat (limited to 'packet-atalk.c')
-rw-r--r--packet-atalk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atalk.c b/packet-atalk.c
index 413ccb835b..f96862feca 100644
--- a/packet-atalk.c
+++ b/packet-atalk.c
@@ -1,7 +1,7 @@
/* packet-atalk.c
* Routines for Appletalk packet disassembly (DDP, currently).
*
- * $Id: packet-atalk.c,v 1.62 2002/01/21 07:36:32 guy Exp $
+ * $Id: packet-atalk.c,v 1.63 2002/04/24 06:03:33 guy Exp $
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*
@@ -503,7 +503,7 @@ static const value_string llap_type_vals[] = {
};
void
-capture_llap(const u_char *pd, int len, packet_counts *ld)
+capture_llap(packet_counts *ld)
{
ld->other++;
}