aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-28 19:21:39 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-28 19:21:39 +0000
commita8dd5ff42ae560c85925821e54899ba9454d1f63 (patch)
treeb84acf5b3cd4980a21347a82329fccb00b20f23b /packet-afp.h
parent67bb2c44570edf179ea9cefd01f339386e5342d3 (diff)
Updates from Didier Gautheron:
More calls, more fields, and other updates, for AFP. Decode the error code for DSI. Also, have separate fields for the code field in DSI when it's a data offset and when it's an error code. svn path=/trunk/; revision=5270
Diffstat (limited to 'packet-afp.h')
-rw-r--r--packet-afp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-afp.h b/packet-afp.h
index 1936902b44..4cb7c7272c 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.1 2002/04/25 23:58:02 guy Exp $
+ * $Id: packet-afp.h,v 1.2 2002/04/28 19:21:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -76,6 +76,7 @@
#define AFPERR_PWDPOLCY -5046 /* password fails policy check */
#define AFPERR_USRLOGIN -5047 /* user already logged on */
+extern const value_string asp_error_vals[];
/*
* Private data passed from DSI,DDP dissectors to AFP dissector.