From df4ae2a91fd2774a85ae4b81d63e8a04d0299410 Mon Sep 17 00:00:00 2001 From: nifi Date: Mon, 6 Aug 2007 13:14:09 +0000 Subject: [PATCH] corrected function signature --- core/net/tcpdump.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/tcpdump.h b/core/net/tcpdump.h index 380382c93..54f06d4b1 100644 --- a/core/net/tcpdump.h +++ b/core/net/tcpdump.h @@ -28,14 +28,14 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: tcpdump.h,v 1.2 2006/10/09 11:53:56 adamdunkels Exp $ + * @(#)$Id: tcpdump.h,v 1.3 2007/08/06 13:14:09 nifi Exp $ */ #ifndef __TCPDUMP_H__ #define __TCPDUMP_H__ #include "uip.h" -int tcpdump_format(u8_t *packet, u16_t *len, +int tcpdump_format(u8_t *packet, u16_t packetlen, char *printbuf, u16_t printbuflen); #endif /* __TCPDUMP_H__ */