]> git.sur5r.net Git - ngadmin/blobdiff - wireshark/nsdp.lua
Add support for loop detection setting
[ngadmin] / wireshark / nsdp.lua
index 6703a2169af1e0e7eba10fefb71bb2f90d66191c..08caca8544d136765574abd355debeee06a756c9 100644 (file)
@@ -225,6 +225,7 @@ local attributes = {
        [0x6C00] = {name = "Block Unknown IGMP Addresses", dissect = "uint"}, 
        [0x7000] = {name = "Validate IGMPv3 Headers", dissect = "uint"}, 
        [0x7400] = {name = "TLV Bitmap", dissect = nill}, 
+       [0x9000] = {name = "Loop Detection", dissect = "uint"}, 
        [0xFFFF] = {name = "End", dissect = nill}
 }