chiark / gitweb /
server/peer.c, etc.: Introduce who-goes-there protocol.
[tripe] / wireshark / tripe.lua
index a3544e9da3797db07705d43c0b6592c17c244e3d..031720c84f94b90a233e9718cd4d85957ef398ff 100644 (file)
@@ -414,7 +414,9 @@ local PKTINFO = {
       [5] = { label = "MISC_GREET", info = "greeting",
              dissect = { dissect_misc_payload } },
       [6] = { label = "MISC_BYE", info = "disconnect notification",
-             dissect = { dissect_misc_ciphertext } },
+             dissect = { dissect_misc_ciphertext },
+      [7] = { label = "MISC_WGT", info = "unexpected-sender notification",
+             dissect = { dissect_misc_payload } },
     }
   }
 }