aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-27 01:48:25 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-27 01:48:25 +0000
commitd2ef0cf51afeae48d891f3d352434aeee55ccc42 (patch)
tree068f0b1cf236d105eff7f2e8b63852acdeb28bbf /packet-afs.h
parentb2cbb503a339799691cdd43c60ce34652e59f248 (diff)
RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.
svn path=/trunk/; revision=3454
Diffstat (limited to 'packet-afs.h')
-rw-r--r--packet-afs.h4
1 files changed, 2 insertions, 2 deletions
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 <gerald@zing.org>
@@ -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