Ask Your Question

Revision history [back]

How can I traverse the Pinfo object in the dissector function?

I want to know what exactly fields does Pinfo object have, how Can I traverse this object during my_proto.dissector function has been called?

I want to do this because when I print pinfo.net_src during the dissector, nothing does at all.