ericgla / RTC-Call-Monitor

Voice/video call detection by monitoring of UDP packet rate with notification via webhooks
36 stars 6 forks source link

Monitor network traffic of different PC? #4

Closed mattbruman closed 1 year ago

mattbruman commented 2 years ago

My work computer wont allow me to install the RTC call service as I don't have admin rights, is there a way to monitor all network traffic to watch for meeting traffic?

ericgla commented 2 years ago

I don't think it will be possible. Creating an instance of System.Net.Sockets.Socket in NetworkListener.cs also requires admin rights.

mattbruman commented 2 years ago

I don't think it will be possible. Creating an instance of System.Net.Sockets.Socket in NetworkListener.cs also requires admin rights.

What about using wireshark api to trigger the webhook? I'm not a expert in network monitoring but maybe there is a way?

ericgla commented 2 years ago

I would assume Wireshark would need admin rights as well in order to do any packet capture.

mattbruman commented 2 years ago

I would assume Wireshark would need admin rights as well in order to do any packet capture.

I would run it on my server that I do have admin rights on and then monitor network traffic on the whole network.