How to access packets info (e.g. broadcast category) of a captured file or live data, from a separate function as a feature of a new button in Statistics menu?
Hi guys,
I am trying to solve this problem for a long time now and I'm left without any ideas, so I came here for help. I would like to know how can I access (inside the code) all the information of packets of a captured file (or live) from a separate function, for example to make custom statistics as a feature of a new button inside Statistics menu in Wireshark? I already figured out how to add new buttons.
If I understand correctly, I don't need to deal anything with dissection and this kind of stuff, since that is already done automatically when you open the captured file in Wireshark (or when capturing live data). For example, for a start, I would like to check the "broadcast" category of every packet, but I can't seem to find a way how to do that from my own function as a functionality of a new button.
Thank you very much for your help!