From d2ef0cf51afeae48d891f3d352434aeee55ccc42 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 27 May 2001 01:48:25 +0000 Subject: RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg. svn path=/trunk/; revision=3454 --- packet-afs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-afs.h') diff --git a/packet-afs.h b/packet-afs.h index 74087c1aba..2bc699f2f9 100644 --- a/packet-afs.h +++ b/packet-afs.h @@ -1,7 +1,7 @@ /* packet-afs.h * Definitions for packet disassembly structures and routines * - * $Id: packet-afs.h,v 1.5 2001/04/17 00:46:03 guy Exp $ + * $Id: packet-afs.h,v 1.6 2001/05/27 01:48:23 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -26,7 +26,7 @@ #ifndef PACKET_AFS_H #define PACKET_AFS_H -void dissect_afs(const u_char *, int, frame_data *, proto_tree *); +void dissect_afs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree); #define AFS_PORT_FS 7000 #define AFS_PORT_CB 7001 -- cgit v1.2.3