aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-28 19:21:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-28 19:21:39 +0000
commit9d4c3df99dda63f19d19338c7302214ff5efefe4 (patch)
treeb84acf5b3cd4980a21347a82329fccb00b20f23b /packet-atalk.c
parent2c8bf47ff92670830d502fb1cbdaff5ba0a7cd34 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5270 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-atalk.c')
-rw-r--r--packet-atalk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atalk.c b/packet-atalk.c
index a26a6a5020..0cddbaa67b 100644
--- a/packet-atalk.c
+++ b/packet-atalk.c
@@ -1,7 +1,7 @@
/* packet-atalk.c
* Routines for Appletalk packet disassembly (DDP, currently).
*
- * $Id: packet-atalk.c,v 1.65 2002/04/26 07:41:31 guy Exp $
+ * $Id: packet-atalk.c,v 1.66 2002/04/28 19:21:39 guy Exp $
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*
@@ -299,7 +299,7 @@ static const value_string asp_func_vals[] = {
{ASPFUNC_ATTN, "Attention" },
{0, NULL } };
-static const value_string asp_error_vals[] = {
+const value_string asp_error_vals[] = {
{AFP_OK , "success"},
{AFPERR_ACCESS , "permission denied" },
{AFPERR_AUTHCONT , "logincont" },