Am 4/11/02 12:09 PM schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>:
> What programming language/s is/are used for > developing a software firewall like ZoneAlarm or NIDS > like Snort or Scanners like netcat, nmap etc.? C, generally. Though it's entirely possible to write non-time-critical network programs with Perl. Of special interest is the Net::Pcap module, which is an interface to libpcap. Marcel
