Hi, Is it possible to display information dissected by a upper level dissector on the info column, using a lower level plugin? For example, display isup´s calling party number using a modified mtp3 plugin. Thanks, |
Technically yes, it could be done if you recompile Wireshark with some column-related code changes; otherwise no. However, you could basically accomplish what you want without having to recompile Wireshark by adding a custom column for the isup calling party number, and there are a couple of ways to do that:
|