summaryrefslogtreecommitdiffstats
path: root/src/usr/local/share/protocols/whois.pat
blob: 6abf0e85dfc9b497bd97e271625a1cc3c463a268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Whois - query/response system, usually used for domain name info - RFC 3912
# Pattern attributes: good notsofast notsofast overmatch
# Protocol groups: networking ietf_draft_standard
# Wiki: http://www.protocolinfo.org/wiki/Whois
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
#
# Usually runs on TCP port 43
# 
# This pattern has been tested and is believed to work well.

whois
# Matches the query.  Assumes only that it is printable ASCII without wierd
# whitespace.
^[ !-~]+\x0d\x0a$
OpenPOWER on IntegriCloud