• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/l7-protocols/
1# Whois - query/response system, usually used for domain name info - RFC 3912
2# Pattern attributes: good notsofast notsofast overmatch
3# Protocol groups: networking ietf_draft_standard
4# Wiki: http://www.protocolinfo.org/wiki/Whois
5#
6# Usually runs on TCP port 43
7# 
8# This pattern has been tested and is believed to work well.
9
10whois
11# Matches the query.  Assumes only that it is printable ASCII without wierd
12# whitespace.
13^[ !-~]+\x0d\x0a$
14