chiark / gitweb /
Add notion of `ephemeral' associations and a goodbye protocol.
[tripe] / wireshark / tripe.lua
index aab8e7983832b8dfc56dc2397228d0072f3e9e48..5c6d7ba94ee54ce02a073b7fca49a68f41541359 100644 (file)
@@ -408,6 +408,8 @@ local PKTINFO = {
              dissect = { dissect_misc_ciphertext } },
       [5] = { label = "MISC_GREET", info = "greeting",
              dissect = { dissect_misc_payload } },
+      [6] = { label = "MISC_BYE", info = "disconnect notification",
+             dissect = { dissect_misc_ciphertext } },
     }
   }
 }