I need to investigate a problem I am having with my phone system. However the problem cannot be reproduced intentionally so I there is no way that I can plan ahead to capture traffic. Is it possible to leave wireshark on 24/7 but only keep a specified amount of transactions, or say even like 20 minutes of data? This way when the problem does occur again, I will have a capture of hopefully, of what's going down. Thanks Robbie asked 20 May '13, 11:36 RobbieRobski |
2 Answers:
Yes, you can use dumpcap with a ring buffer of files.
This will create a new capture file every 20 minutes (1200 Seconds). It will rotate the capture files, keeping only the latest five. For more help, see
BTW: You cannot do this with Wireshark for a long time, as it's memory consumption will constantly grow (accumulation of internal data structures), which is not the case with dumpcap. Regards answered 20 May '13, 11:43 Kurt Knochner ♦ edited 20 May '13, 12:08 |
I hope wireshark ring buffer feature will be your savior/. answered 20 May '13, 11:42 krishnayeddula (20 May '13, 11:47) Anders ♦ |
Thanks!! I really hope the problem occurs during these logs so I can squash this problem once and for all.
So far no luck with my pbx vendor, they're passing the buck to phone hardware. I just got a nibble from a cisco employee via forum post for me to send the logs so hopefully this will get solved!