aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-03 21:25:43 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-03 21:25:43 +0000
commit04ad5f17ea8881ecdeb89f52ae2d68767485d4d4 (patch)
treeb49e39f6b3a890d2163fddefbdc24f798e06492b /packet-afp.h
parent185fb53e7263981eeed8bdd4b652bb5335f566c0 (diff)
From Didier Gautheron:
afp : more calls. asp : move release transaction to atp. dissect asp call. fix a bug with transaction handling (conversation +tid are not enough as key ). atp : deal with one packet transaction without ATP_EOM. dsi: safeguard against overflow for unreassembled packet. more flags decoded. Update the "packet-atalk.c" comment to reflect all the protocols in it. svn path=/trunk/; revision=5376
Diffstat (limited to 'packet-afp.h')
-rw-r--r--packet-afp.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/packet-afp.h b/packet-afp.h
index 0efd8ebc5c..c15fd06c28 100644
--- a/packet-afp.h
+++ b/packet-afp.h
@@ -1,7 +1,7 @@
/* packet-afp.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-afp.h,v 1.3 2002/04/30 22:05:33 guy Exp $
+ * $Id: packet-afp.h,v 1.4 2002/05/03 21:25:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -79,9 +79,6 @@
extern const value_string asp_error_vals[];
extern const value_string afp_server_addr_type_vals[];
-extern gint
-dissect_asp_reply_get_status(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gint offset);
-
/* server flags */
#define AFPSRVRINFO_COPY (1<<0) /* supports copyfile */
#define AFPSRVRINFO_PASSWD (1<<1) /* supports change password */
@@ -90,6 +87,8 @@ dissect_asp_reply_get_status(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree
#define AFPSRVRINFO_SRVSIGNATURE (1<<4) /* supports server signature */
#define AFPSRVRINFO_TCPIP (1<<5) /* supports tcpip */
#define AFPSRVRINFO_SRVNOTIFY (1<<6) /* supports server notifications */
+#define AFPSRVRINFO_SRVRECONNECT (1<<7) /* supports reconnect */
+#define AFPSRVRINFO_SRVDIRECTORY (1<<8) /* supports directory services */
#define AFPSRVRINFO_FASTBOZO (1<<15) /* fast copying */
#define AFPSTATUS_MACHOFF 0