DE-CIX / pbgp-parser

PCAP BGP Parser
Other
84 stars 21 forks source link

BGP open capabilities not displayed #22

Closed dicel closed 7 years ago

dicel commented 7 years ago

zcat file.pcap.gz | pbgpp - --filter-source-ip 80.81.82.83 --filter-message-type OPEN

Output if the (in this case first) dynamic capability is no. 66 (deprecated since 2003):

[...] |- Optional Parameters Length: 33 Bytes |- Optional Parameters: |--- Parameter: Capability

It appears that the other capabilities are not parsed anymore.

Sample TCPdump provided via PM!