hbbp_proto = Proto("hbbp","Home Brew Broadcast Protocol") -- create a function to dissect it function hbbp_proto.dissector(buffer,pinfo,tree) pinfo.cols.protocol = "HBBP" local subtree = tree:add(hbbp_proto,buffer(),"HBBP Data") local i = 0 local b = buffer():bytes() while (i