aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-27 05:00:17 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-27 05:00:17 +0000
commitfe4dc960d30f21056e8e880777c8b1b81f4e008b (patch)
tree88fedb5d135404e7269804b55ff0443746eec268 /packet-afs.h
parent0dac81e3125a7fa7ab60504e377fec40aadaab47 (diff)
Call the AFS dissector through a handle.
Update Gerald's e-mail address. svn path=/trunk/; revision=3458
Diffstat (limited to 'packet-afs.h')
-rw-r--r--packet-afs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/packet-afs.h b/packet-afs.h
index 2bc699f2f9..ac73739f1b 100644
--- a/packet-afs.h
+++ b/packet-afs.h
@@ -1,10 +1,10 @@
/* packet-afs.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-afs.h,v 1.6 2001/05/27 01:48:23 guy Exp $
+ * $Id: packet-afs.h,v 1.7 2001/05/27 05:00:17 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -26,8 +26,6 @@
#ifndef PACKET_AFS_H
#define PACKET_AFS_H
-void dissect_afs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-
#define AFS_PORT_FS 7000
#define AFS_PORT_CB 7001
#define AFS_PORT_PROT 7002