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 |
Why not open a bug report and have the gtpv2 director updated to dissect the field?
I modified the gtpv2 dissector and now it dissects this specific field.
Please submit the change through gerrit to benefit all.
Yes i have already applied the patch in gerrit. Thanks