Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I was able to decode vendor specific IE with a lua script as follows:-

mypfcpvsa_protocol = Proto("mypfcpvsa",  "mypfcpvsa Dissector")

local pfcp_enterprise_ies_dissector_table = DissectorTable.get("pfcp.enterprise_ies")
pfcp_enterprise_ies_dissector_table:add(<myenterpriseidvalue>, mypfcpvsa_protocol )

function mypfcpvsa_protocol.dissector(buffer, pinfo, tree)
--dissector code
end