X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/18969e42a11e11ef8a3ea81eaf0038e8e74e004d..refs/heads/mdw/wgt:/wireshark/tripe.lua diff --git a/wireshark/tripe.lua b/wireshark/tripe.lua index a3544e9d..031720c8 100644 --- a/wireshark/tripe.lua +++ b/wireshark/tripe.lua @@ -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 } }, } } }