Project

General

Profile

Download (760 Bytes) Statistics
| Branch: | Tag: | Revision:
1
# BGP - Border Gateway Protocol - RFC 1771
2
# Pattern attributes: ok veryfast fast
3
# Protocol groups: networking ietf_draft_standard
4
# Wiki: http://www.protocolinfo.org/wiki/BGP
5
#
6
# This pattern is UNTESTED.
7

    
8
bgp
9
# "After a transport protocol connection is established, the first
10
# message sent by each side is an OPEN message."
11
# "If the Type of the message is OPEN, or if the Authentication Code used
12
# in the OPEN message of the connection is zero, then the Marker must be
13
# all ones."
14
# Then the 2 byte length field, then the 1 byte type field (1 = OPEN).
15
# Then the BGP version: 3 was RFC'd in 1991, 4 was RFC'd in 1995.
16
# Could keep going, but that should be sufficient.
17
^\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff..?\x01[\x03\x04]
18

    
(10-10/109)