First time here? Check out the FAQ!
answered 2021-03-17 16:04:47 +0000
a dissector as following is working fine.
local gtp_tpdu_custom = Proto.new("gtp_tpdu_custom", "BNG GTP Custom Demo dissector") function gtp_tpdu_custom.dissector(buffer, pinfo, tree) end