X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..6c78ecd7a8b996bc81cc28d412ed9afa55f0b84c:/print-rx.c diff --git a/print-rx.c b/print-rx.c index 72c4822b..8a607652 100644 --- a/print-rx.c +++ b/print-rx.c @@ -446,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 } };