aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.h
AgeCommit message (Collapse)AuthorFilesLines
2015-06-08Add editor-modelines; Don't use tabwidth=4; Adjust whitespace.Bill Meier1-0/+13
Change-Id: I7c287b176002c48dee6ae44334ee9fad221b4cd3 Reviewed-on: https://code.wireshark.org/review/8816 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-03-05[bmp] Support for decoding of BGP Peer DistinguisherEbben Aries1-0/+29
re-utilize decode_bgp_rd() logic from packet-bgp Change-Id: I588a58e0b2f7da5d3c9b86b28abb9c5b29e0dc8f Reviewed-on: https://code.wireshark.org/review/7537 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2012-05-16all:Bill Meier1-256/+0
Merge .h files into .c files since .h files unused elsewhere; Do whitespace, indentation & formatting cleanup. packet-acn.c: Fix 2 minor bugs wherein subtree not displayed in packet-details because tree variable used in proto_tree_add_text() always NULL. svn path=/trunk/; revision=42647
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+0
svn path=/trunk/; revision=42053
2012-02-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-0/+1
svn path=/trunk/; revision=41049
2012-02-12Enhance BGP Notification messageAlexis La Goutte1-10/+1
* Make field filterable (3 proto_tree_add_text less ! but there are still 147 proto_tree_add_text...) * Remove bgp_notify struct * Use expert info to display a unknown error type svn path=/trunk/; revision=40987
2011-12-03From Michael Sakaluk:Jaap Keuter1-0/+13
This patch adds support to the BGP dissector for RFC 5512 and RFC 5640. svn path=/trunk/; revision=40082
2011-10-25From Thomas Loockx via ↵Jeff Morriss1-1/+11
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6324 : I've updated the bgp dissector code to support the mcast-vpn nlri. These nlri's are used to implement multicast vpn (mvpn) and are fully described in draft-ietf-l3vpn-2547bis-mcast-bgp-08.txt (section 4). svn path=/trunk/; revision=39549
2011-10-09Enhance BGP Open messageAlexis La Goutte1-12/+0
* Make field filterable * Remove bgp_open struct * Fix a bug of offset in Optionnel Parameter TLV (Bug include by me in Revision #39098) svn path=/trunk/; revision=39321
2011-09-23Convert "space tabs" to spacesAlexis La Goutte1-55/+69
Add modeline information svn path=/trunk/; revision=39099
2011-08-24From Olivier Montanuy via ↵Alexis La Goutte1-0/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5458 BGP add-path (Additional Paths) support for IPv4 unicast From me: Fix some whitespace/tab... svn path=/trunk/; revision=38727
2010-12-24Properly define and dissect BGP_EXT_COM_LINKBAND. Fixes bug 4409 reported byChris Maynard1-2/+4
Max Ivanov. svn path=/trunk/; revision=35260
2010-05-25Fix for bug 4782:Jaap Keuter1-2/+2
Use proper bitmask to test the "MATCH"-part. svn path=/trunk/; revision=32947
2010-01-23Fix for bug 4410:Jaap Keuter1-0/+2
Adding two more SSA types. svn path=/trunk/; revision=31631
2009-05-25From Thomas M. Knoll:Jaap Keuter1-1/+1
The CoS Capability extended community has been changed to a transitive ext. community and was reassigned an IANA type number. It has changed from 0x40 to 0x05. see: http://www.iana.org/assignments/bgp-extended-communities svn path=/trunk/; revision=28467
2009-01-14From Thomas M. Knoll:Jaap Keuter1-0/+1
- New dissector for CoS Capability attributes added - tiny changes in my committed dissector for QoS Marking attributes svn path=/trunk/; revision=27232
2009-01-10From Thomas M. Knoll:Jaap Keuter1-0/+16
Added a new dissector for BGP QoS Marking extended community attributes as defined in http://tools.ietf.org/id/draft-knoll-idr-qos-attribute. svn path=/trunk/; revision=27206
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-10-11From Hannes Gredler:Anders Broman1-0/+1
fixes the AF/SAFI codepoints for BGP Layer-2 VPNs from a Juniper pre-standard implementation to the new "official" IANA assigned codepoints. From Julian Onions packet-rmt-norm.ch Decode more oif the protocol svn path=/trunk/; revision=16183
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris1-2/+2
calls to "tvb_get_ipv4()" and "tvb_get_ipv6()". Fix a call in the BGP dissector to properly fetch an IEEE floating-point number. Update some I-D info. svn path=/trunk/; revision=15774
2005-01-07From Carlos Pignataro:Guy Harris1-0/+12
o BGPv4 SAFI-Specific Attribute support - draft-kapoor-nalawade-idr-bgp-ssa-00.txt o Tunnel SAFI support for BGP - draft-nalawade-kapoor-tunnel-safi-02.txt o Small length fix svn path=/trunk/; revision=12977
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+200
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410