1
|
# TSP - Berkely UNIX Time Synchronization Protocol
|
2
|
# Pattern attributes: good veryfast fast overmatch
|
3
|
# Protocol groups: time_synchronization open_source
|
4
|
# Wiki: http://www.protocolinfo.org/wiki/TSP
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
#
|
7
|
# http://ftp.svbug.com/ftp/pub/manuals/pdf/smm.22.timed.pdf
|
8
|
# http://docs.freebsd.org/44doc/smm/12.timed/paper.pdf
|
9
|
#
|
10
|
# This pattern is barely tested.
|
11
|
|
12
|
tsp
|
13
|
# type, version (1), sequence number, 8 type specific bytes, machine name
|
14
|
^[\x01-\x13\x16-$]\x01.?.?.?.?.?.?.?.?.?.?[ -~]+
|