X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=packet-raw.h;fp=packet-raw.h;h=1fcfb878bfd6d8fd2fb27060f3348e21ea6a42d1;hb=93bdfea13eb69582c481bcbb5c59cf90f3004144;hp=3bfba25c4eb09b2a00ab6e74bed3ba39b820345e;hpb=960baf0e34e0de2c339e051afe1e411bd4595f89;p=obnox%2Fwireshark%2Fwip.git diff --git a/packet-raw.h b/packet-raw.h index 3bfba25c4e..1fcfb878bf 100644 --- a/packet-raw.h +++ b/packet-raw.h @@ -1,11 +1,10 @@ /* packet-raw.h * - * $Id: packet-raw.h,v 1.4 2000/11/29 05:16:15 gram Exp $ + * $Id: packet-raw.h,v 1.5 2001/11/20 21:59:13 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs + * By Gerald Combs * Copyright 1998 Gerald Combs - * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -25,6 +24,6 @@ #ifndef __PACKET_RAW_H__ #define __PACKET_RAW_H__ -void capture_raw(const u_char *, packet_counts *); +void capture_raw(const u_char *, int, packet_counts *); #endif