is there a way to be notified by connections to a certian domain?. For example, if my son accessed an adult site i could be notified. This question is marked "community wiki". asked 25 Apr '16, 11:45 Luke Price |
One Answer:
This is a task for an IDS (e.g. Snort or Suricata), not for Wireshark. IDS do pattern matching on network packets and can alert on what they find based on the rules you define. Wireshark is used for manual packet inspection instead. answered 25 Apr '16, 13:09 Jasper ♦♦ |