-
Notifications
You must be signed in to change notification settings - Fork 512
Open
Description
BGP is a routing protocol in the network layer, but it hands over its messages to TCP for transport. The frame name that is used for BGP frames should be changed from tcpseg.
Frames are often called with the highest protocol (in the TCP/IP stack) that they are encapsulating. Thus when a BGP message is encapsulated into a TCP segment, that frame should be called BGP and not tcpseg.