• 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# 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#
6# http://ftp.svbug.com/ftp/pub/manuals/pdf/smm.22.timed.pdf
7# http://docs.freebsd.org/44doc/smm/12.timed/paper.pdf
8# 
9# This pattern is barely tested.
10
11tsp
12# type, version (1), sequence number, 8 type specific bytes, machine name
13^[\x01-\x13\x16-$]\x01.?.?.?.?.?.?.?.?.?.?[ -~]+
14