How to monitor Network connections
-
Hi all, apologize if this is not right fourm to post this question. i am really curious to know how we(our program) can mointor the network connections ? say Zonealram will mointor all the network connection that are getting(incoming/outgoing) how this can be done ? any one if they can share there ideas will be great. i googled it but i didnt find relavent info so thought of asking experts . Thanks in advance.
-
Hi all, apologize if this is not right fourm to post this question. i am really curious to know how we(our program) can mointor the network connections ? say Zonealram will mointor all the network connection that are getting(incoming/outgoing) how this can be done ? any one if they can share there ideas will be great. i googled it but i didnt find relavent info so thought of asking experts . Thanks in advance.
One thought would be to use the
ISensNetwork
interface."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
Hi all, apologize if this is not right fourm to post this question. i am really curious to know how we(our program) can mointor the network connections ? say Zonealram will mointor all the network connection that are getting(incoming/outgoing) how this can be done ? any one if they can share there ideas will be great. i googled it but i didnt find relavent info so thought of asking experts . Thanks in advance.
if you are a firewall, you see all network packets that have your IP address as a source or destination, so by watching traffic you can build a list of all other IP addresses of interest. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
-
if you are a firewall, you see all network packets that have your IP address as a source or destination, so by watching traffic you can build a list of all other IP addresses of interest. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
-
One thought would be to use the
ISensNetwork
interface."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius