···341341 while off + 5 <= length do
342342 if buf(off, 1):uint() == 0x11 and buf(off+1, 4):uint() == 0x872349ae then
343343 if not found_db then
344344- pkt.cols.protocol = "PDJL (DB)"
344344+ pkt.cols.protocol = "Pro DJ Link (DB)"
345345 found_db = true
346346 end
347347···401401 off = current
402402 else
403403 if off == 0 and length == 5 and buf(0, 1):uint() == 0x11 and buf(1, 4):uint() == 0x00000001 then
404404- pkt.cols.protocol = "PDJL (DB)"
404404+ pkt.cols.protocol = "Pro DJ Link (DB)"
405405 pkt.cols.info:set("DB: Greeting")
406406 root:add(p_djl, buf(0, 5)):append_text(": Greeting (0x00000001)")
407407 return
···419419 end
420420421421 -- UDP Logic
422422- pkt.cols.protocol = "PDJL"
422422+ pkt.cols.protocol = "Pro DJ Link"
423423 local tree = root:add(p_djl, buf(0, length))
424424 tree:add(f_header, header_buf)
425425