aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24BGP: Use VNI when VXLAN/VXLAN-GPE encapsulation is specifiedUli Heilmeier1-14/+87
2020-06-22BGP: MP_REACH_NLRI dissect Next hop network address for EVPNJaap Keuter1-0/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-29/+29
2020-04-25Introduce tfs_get_string helperJaap Keuter1-9/+9
2020-04-14wsutil: use ws_in4_addr in tvb_get_ipv4_addr_with_prefix_len.Dario Lombardo1-35/+23
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2020-04-12BGP: Update/Fix Extended CommunitiesUli Heilmeier1-46/+219
2020-01-10BGP: MPLS label for EVPN Extented communityUli Heilmeier1-1/+19
2020-01-09BGP: Add EVPN Layer 2 Attributes Extended Community (RFC 8214)Jaap Keuter1-0/+76
2020-01-07BGP: update Well-known CommunitiesUli Heilmeier1-1/+10
2020-01-02BGP: Support for drafts Tunnel Encapsulation and Segment RoutingUli Heilmeier1-27/+551
2019-11-28BGP: Add D-PATH AttributeMichael Pergament1-0/+68
2019-11-06BGP EVPN: Adding Type 10 route supportmpergament19751-1/+4
2019-11-03BGP: IPv6 Linkstate Prefix Reachability infoUli Heilmeier1-5/+13
2019-09-28BGP: Add dissector for BGPsec Updates.Colin Sames1-2/+198
2019-09-28BGP: Fix indentationJoão Valverde1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-17BGP: Update description for IE Flag (EVPN IGMP)Uli Heilmeier1-2/+2
2019-07-16BGP: Adding draft-ietf-bess-evpn-igmp-mld-proxyUli Heilmeier1-23/+197
2019-05-06BGP: Update Tunnel Encapsulation Attribute Types (and SubType)Alexis La Goutte1-2/+48
2019-05-05BGP: Add missing SAFI Segment Routing Policy (73)Alexis La Goutte1-0/+2
2019-03-26BGP: Fix handling of MPLS label for RFC7432Uli Heilmeier1-20/+9
2019-03-22BGP: Add LS Advertisment of IGP TE Metric (RFC8571)Uli Heilmeier1-1/+142
2019-03-13BGP: adding support for RFC8538Uli Heilmeier1-1/+8
2019-02-07packet-bgp.c: Add decoding of enhanced next hop capabilityJoerg Mayer1-1/+34
2019-01-23Update BGP capabilities listJoerg Mayer1-8/+16
2018-12-23BGP: Decode next hop BGP MP_REACH_NLRI for MCAST-VPN safUli Heilmeier1-29/+49
2018-12-11BGP: Decode MCAST-VPN safi for IPv6Uli Heilmeier1-0/+5
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-27BGP: Fix dissection of MCAST-VPN NLRIJaap Keuter1-1/+12
2018-09-25Flag invalid markers.Guy Harris1-1/+12
2018-09-03draft-ietf-idr-bgp-ext-communities became RFC 4360.Guy Harris1-2/+2
2018-07-03BGP: Break off IPv6 LU NLRI into its own fieldsVadim Fedorenko1-6/+14
2018-06-27BGP-MP NLRI can have Path ID for IPv4 Unicast/Multicast and Labeled UnicastVadim Fedorenko1-11/+59
2018-05-14BGP: Validate length of Path Attribute records.Darius Davis1-1/+7
2018-03-27BGP path attribute AGGREGATOR (7) may be 32bitsytti1-1/+1
2018-02-28BGP: Heuristic for IPv6 NLRI path identifierUli Heilmeier1-9/+61
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-10BGP: Resolve AS23456 to AS_TRANSUli Heilmeier1-3/+15
2018-01-10BGP: Add dissection of data field on BGP NOTIFICATION message (OPEN/Bad Peer AS)Alexis La Goutte1-0/+6
2017-12-16BGP: add Open message error/unsupported capabilityUli Heilmeier1-17/+22
2017-11-23BGP: display ESI 10bytes value (and not a decoded value)Alexis La Goutte1-21/+9
2017-11-23BGP: Add Path Identifier to IPv6 NLRIMichael Mann1-13/+20
2017-11-21BGP: enhance displayAlexis La Goutte1-6/+6
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-3/+3
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-1/+1
2017-08-23packet-bgp.c: using wmem_packet_scope() for decode_evpn_nlri_esiMichael Mann1-7/+6
2017-08-08Support multiple labels with bgpJunpei Yoshino1-6/+0
2017-07-08BGP: fix incorrect decoding COMMUNITIES whose length is larger than 255Alexis La Goutte1-10/+10
2017-06-09Add BGP dissector support for draft-ietf-idr-bgp-prefix-sid-05Evelio Vila1-1/+169