I need a .NET application that will run as a service / background and emit out sounds when any of these events is detectced:
- E-mail is sent
- SNMP packet is sent
- or HTTP Post request is made
Any help would be much appreciated!
At least on how to monitor one of them would be great!
Thanks in Advance!
You can extend Fiddler in a way which should do what you want for HTTP, and it also looks like you can extend Wireshark which will allow you to view other protocols.