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

How to write SCTP chunk flags, type, PPI, etc into the info column and how to add an info2 column??

0

Hi,

I was able to make a dissector for the chunk data itself (via PPI) but I would like to write some info about the chunk itself to the Info column if it is possible. Or even better: add a new column and write some bytes from the chunk info into it. The function myprot.dissector(buffer,pinfo,tree)s buffer contains only the data part of the chunk and not the info part of it.

Thank you for your help!

asked 12 Dec '13, 02:25

alma001's gravatar image

alma001
1111
accept rate: 0%