commit 594eb2b827e8318be5d2606ca25abf23d646bc32 from: Omar Polo date: Wed Jul 28 13:19:44 2021 UTC adding missing Rerror (and Terror while there) Terror is illegal in the protocol, but may be handy to cover that too? commit - ba4a37eadb76039f952254f3f9395f2a650b673e commit + 594eb2b827e8318be5d2606ca25abf23d646bc32 blob - dab944b3d6b0a29f5cc78cc8c92f92ffafd2e776 blob + aaa6581d70ad25f33100ea688d1b3b5e14aa6a32 --- utils.c +++ utils.c @@ -74,6 +74,8 @@ pp_msg_type(uint8_t type) case Rauth: return "Rauth"; case Tattach: return "Tattach"; case Rattach: return "Rattach"; + case Terror: return "Terror"; /* illegal */ + case Rerror: return "Rerror"; case Tflush: return "Tflush"; case Rflush: return "Rflush"; case Twalk: return "Twalk";