aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.c
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2000-11-02 16:15:53 +0000
committerNathan Neulinger <nneul@umr.edu>2000-11-02 16:15:53 +0000
commit8fb7675c5959269f9b75108bd70c56737adbbb47 (patch)
tree69b10a850b4c7f1ee3aaefd3bffc914e6398c47b /packet-afs.c
parentd1cfc6776b1eb026715a6a1e4787508222a436ca (diff)
added entry, fixed couple of typos
svn path=/trunk/; revision=2549
Diffstat (limited to 'packet-afs.c')
-rw-r--r--packet-afs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-afs.c b/packet-afs.c
index e444272807..4c8cbdd0a0 100644
--- a/packet-afs.c
+++ b/packet-afs.c
@@ -6,7 +6,7 @@
* Portions based on information retrieved from the RX definitions
* in Arla, the free AFS client at http://www.stacken.kth.se/project/arla/
*
- * $Id: packet-afs.c,v 1.15 2000/10/23 04:26:55 guy Exp $
+ * $Id: packet-afs.c,v 1.16 2000/11/02 16:15:53 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -120,12 +120,13 @@ static const value_string prot_req[] = {
{ 512, "list-entry" },
{ 513, "change-entry" },
{ 514, "list-elements" },
- { 515, "same-mbr-of" },
+ { 515, "is-member-of" },
{ 516, "set-fld-sentry" },
{ 517, "list-owned" },
{ 518, "get-cps2" },
{ 519, "get-host-cps" },
{ 520, "update-entry" },
+ { 521, "list-entries" },
{ 0, NULL },
};