OK, wireshark is working perfectly, but is it possible to configure it to make a sound when a packet goes through pre defined filter? asked 27 Oct '13, 06:45 myrddin |
3 Answers:
No. Personally I would find this extremely annoying, but if you want this in Wireshark please create an item in the Wireshark Bugzilla and mark it as an enhancement. answered 27 Oct '13, 07:01 grahamb ♦ |
This implies (for me) that you want to use Wireshark as a real time monitoring tool for your network traffic (as it would only make sense to use the alert sound in that way). However Wireshark and/or tshark are both analyzing tools that are not meant to work in real-time for a long time, although you can use it like that for a short period of time. Now, if you can't use Wireshark as a long term and real time monitoring tool, how much sense does it make to let Wireshark play a sound if you click on a certain frame or if you apply a certain display filter? You know that you did that, so why let Wireshark bark at you? That would be rather annoying, except for blind people. However I'm not sure if you can use Wireshark with a braille display ;-)) I believe you need/want a way to use Wireshark/tshark as a long term, real time monitoring tool, that uses pre-defined filters to trigger a definable action, as soon as that filter matches (like: if there is an arp request, beep twice). Unfortunately, there is no (long term, real time) monitoring only version of Wireshark/tshark right now and based on the architecture of Wiresharks dissection engine, it's rather hard to implement that, but it's not impossible. Regards answered 28 Oct '13, 08:45 Kurt Knochner ♦ |
This question is old, and my answer may not be quite what you were looking for, and perhaps not helpful to you at all if you're not running on the Windows platform, but ... If you are using Windows and a new enough version of dumpcap (1.10.0 or later should suffice), then you should be able to have sound/music played when a capture event occurs through the hooks provided by the Of course, you could start OK, so how would you do this? First, copy the script below, copied here for convenience from this "Play invisible music with batch file?" question, and then save it as
So that you can specify any arbitrary file as an argument to the
... with this one:
Next, create a file called
Now when you run the answered 16 Apr '15, 12:06 cmaynard ♦♦ |
Yes I know it would be annoying, but if you get a packet passssing through a filter once every few hours it would be useful. OK, I will message developers through bugzilla, thanks
There was a actually a comical tweet from Gerald back in June that sparked a little casual discussion about this. Anyway, there did seem to be some interest in this. How serious was that interest? I'm not sure.
This was filed as bug 9335 back on 2013-10-27.