aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-27 05:00:17 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-27 05:00:17 +0000
commitaedeaf91b488f5598d4cda58f6dd94eff17d7113 (patch)
tree88fedb5d135404e7269804b55ff0443746eec268 /packet-afs.h
parent93975e1e602f79c0ae2f65870df0e343a0d40699 (diff)
Call the AFS dissector through a handle.
Update Gerald's e-mail address. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3458 f5534014-38df-0310-8fa8-9805f1628bb7
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