Use Wireshark I/O Graph to display decoded JSON field value
I have a UDP stream of data coming from a driver, The data is in JSON format:
I want to use the highlighted Number field and plot the value.
I believe the IO graphs are capable of doing this given that I can set the correct "Y axis" and the "Y Field". I tried right clicking on the field to get a filter string the result of "copy as filter" is frame[111:22] == 22:50:4d:32:35:4d:61:73:73:50:65:72:4d:33:22:3a:09:31:32:2e:32:38
and I/O graphs doesn't seem to like that.
Can you please help me fix this?
I've asked on StackOverflow as well (https://stackoverflow.com/questions/6...)
Cheers, Ganindu