This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Custom dissector to dissect a specific field in LUA

0

Hi,

I am trying to implement a custom dissector in order to dissect a field which is not dissected from original dissector (gtpv2).

However i am not sure if i am able to do this in LUA. I don't know how to write my dissector function in order to catch only the case for this specific field.

Thank you.

asked 23 Mar '16, 02:04

lucas_sim's gravatar image

lucas_sim
6112
accept rate: 0%

Why not open a bug report and have the gtpv2 director updated to dissect the field?

(23 Mar '16, 14:03) Anders ♦

I modified the gtpv2 dissector and now it dissects this specific field.

(23 Mar '16, 15:06) lucas_sim

Please submit the change through gerrit to benefit all.

(25 Mar '16, 07:45) Anders ♦

Yes i have already applied the patch in gerrit. Thanks

(25 Mar '16, 10:48) lucas_sim