Hello. I want to be able to generate an xml graph output like that generated in Wireshark using TShark. I don't need any filters for the moment, just the basic output. However I do need the graph to show time of day, and be in bits/second. Can anyone offer any help? asked 29 Nov '12, 07:02 chazzquire |
One Answer:
There is an option 'View as time of day' in the IO graphs. Did you try that? UPDATE: Sample with tshark:
See the tshark man page for more information about io,stat
Regards answered 29 Nov '12, 07:39 Kurt Knochner ♦ edited 29 Nov '12, 08:07 I am running this in tshark not wireshark (29 Nov '12, 07:42) chazzquire ah, right. Add the option (29 Nov '12, 08:03) Kurt Knochner ♦ |
can you please add some information about the xml graph output you are talking about (how do you generate it in Wireshark)?
I want an IO Graph, and in Wireshark I simply click copy to get the xml.
The format is:
"Interval start","Graph 1" "15:32:51","2259" "15:33:01","2926" "15:33:11","1756" "15:33:21","1655"
My sticking point is getting the output to show Time of day, rather than time since the start of capture.