Add vsa defination for pfcp packet without compiling wireshark?
new vsa definition can be added for diameter and radius by modifying xml files, can it be done for pfcp VSAs?
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
No, C code must be added. The development version should be very up to date.
is there a xml file like radius/diameter where i can add new vsa definition?
Asked: 2021-02-26 17:09:08 +0000
Seen: 954 times
Last updated: Mar 02 '21