]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rx.c
NDOize AH, BEEP and DTP decoders
[tcpdump] / print-rx.c
index 1aaccdafe3cdfd642f3ecc1978a1359a464f1b16..8a607652721d74702bab533ce58f0dae787f50eb 100644 (file)
  * Ken Hornstein <[email protected]>
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.42 2008-07-01 07:44:50 guy Exp $";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -451,7 +446,7 @@ static const struct tok afs_fs_errors[] = {
        { 110,          "volume busy" },
        { 111,          "volume moved" },
        { 112,          "AFS IO error" },
-       { -100,         "restarting fileserver" },
+       { 0xffffff9c,   "restarting fileserver" }, /* -100, sic! */
        { 0,            NULL }
 };
 
@@ -2339,7 +2334,7 @@ vol_reply_print(register const u_char *bp, int length, int32_t opcode)
                                                printf(" <none!>");
                                }
                                break;
-                               
+
 
                        default:
                                ;