source: freewrt/package/iptables/files/l7/ntp.pat@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 678 bytes
RevLine 
[475ad56]1# (S)NTP - (Simple) Network Time Protocol - RFCs 1305 and 2030
2# Pattern quality: good veryfast overmatch
3#
4# This pattern is tested and is believed to work. If this does not work
5# for you, or you believe it could be improved, please post to
6# l7-filter-developers@lists.sf.net . Subscribe at
7# http://lists.sourceforge.net/lists/listinfo/l7-filter-developers
8
9# client|server
10# Requires the server's timestamp to be in the present or future (of 2005).
11# Tested with ntpdate on Linux.
12# Assumes version 2, 3 or 4.
13
14# Note that ntp packets are always 48 bytes, so you should match on that too.
15
16ntp
17^([\x13\x1b\x23\xd3\xdb\xe3]|[\x14\x1c$].......?.?.?.?.?.?.?.?.?[\xc6-\xff])
Note: See TracBrowser for help on using the repository browser.