Project

General

Profile

Download (658 Bytes) Statistics
| Branch: | Tag: | Revision:
1
# ZMAAP - Zeroconf Multicast Address Allocation Protocol
2
# Pattern attributes: ok veryfast fast
3
# Protocol groups: networking ietf_draft_standard
4
# Wiki: http://www.protocolinfo.org/wiki/ZMAAP
5
#
6
# http://files.zeroconf.org/draft-ietf-zeroconf-zmaap-02.txt
7
# (Note that this reference is an Internet-Draft, and therefore must
8
# be considered a work in progress.)
9
#
10
# This pattern is untested!
11

    
12
zmaap
13
# - 4 byte magic number.
14
# - 1 byte version. Allow 1 & 2, even though only version 1 currently exists.
15
# - 1 byte message type,which is either 0 or 1
16
# - 1 byte address family.  L7-filter only works in IPv4, so this is 1.
17
^\x1b\xd7\x3b\x48[\x01\x02]\x01?\x01
(109-109/109)