Skip to content

Commit

Permalink
[bmp] Adding dissector for BGP Monitoring Protocol
Browse files Browse the repository at this point in the history
* Support per draft-ietf-grow-bmp-07

Change-Id: Iadb833157e7832077429c048e28e9814da29e2c6
Reviewed-on: https://code.wireshark.org/review/7192
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
  • Loading branch information
Ebben Aries authored and alagoutte committed Feb 19, 2015
1 parent 20e2c38 commit a6c44c2
Show file tree
Hide file tree
Showing 5 changed files with 835 additions and 0 deletions.
1 change: 1 addition & 0 deletions docbook/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ ZVT Kassenschnittstelle
ETSI Card Application Toolkit - Transport Protocol
QNEX6 (QNET)
Secure Socket Tunnel Protocol (SSTP)
BGP Monitoring Prototol (BMP)
--sort-and-group--

=== Updated Protocol Support
Expand Down
1 change: 1 addition & 0 deletions epan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ set(DISSECTOR_SRC
dissectors/packet-bjnp.c
dissectors/packet-bluetooth.c
dissectors/packet-bmc.c
dissectors/packet-bmp.c
dissectors/packet-bofl.c
dissectors/packet-bootp.c
dissectors/packet-bootparams.c
Expand Down
1 change: 1 addition & 0 deletions epan/dissectors/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ DISSECTOR_SRC = \
packet-bjnp.c \
packet-bluetooth.c \
packet-bmc.c \
packet-bmp.c \
packet-bofl.c \
packet-bootp.c \
packet-bootparams.c \
Expand Down
2 changes: 2 additions & 0 deletions epan/dissectors/packet-bgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -8088,6 +8088,8 @@ proto_register_bgp(void)
"Length of the AS number",
"BGP dissector detect the length of the AS number in AS_PATH attributes automatically or manually (NOTE: Automatic detection is not 100% accurate)",
&bgp_asn_len, asn_len, FALSE);

register_dissector("bgp", dissect_bgp, proto_bgp);
}

void
Expand Down
Loading

0 comments on commit a6c44c2

Please sign in to comment.