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, asked 14 Jun '13, 07:31 Renan |
One Answer:
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:
answered 21 Jun '13, 21:05 cmaynard ♦♦ |