1 |
4ae45b10
|
Ermal Luçi
|
# 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 |
66f2dd0e
|
Ermal Lu?i
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6 |
4ae45b10
|
Ermal Luçi
|
#
|
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.?.?.?.?.?.?.?.?.?.?[ -~]+
|