Wireshark dissector with pcapng format file - access section/interface description fields

148 Views Asked by At

I am writing a custom protocol wireshark dissector in C as a plugin. I have got the dissector working . I am not able to figure out if there is a way to access the information we fill in section header / interface description header from our dissector? There seem to be tvbuff and packet_info passed , which dont have this information.

Is there a way to access these fields?

1

There are 1 best solutions below

0
On BEST ANSWER