aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-2/+2
2024-02-18Some spellingsMartin Mathieson1-1/+1
2024-02-13Some more spellings in dissector commentsMartin Mathieson1-1/+1
2024-02-07Fix some more spelling errorsMartin Mathieson1-3/+3
2024-02-05Fix a grab-bag of typos.Darius Davis1-2/+2
2024-01-28Fix some more item warningsMartin Mathieson1-5/+5
2023-12-20bgp: fix Dead Store found by Clang AnalyzerAlexis La Goutte1-2/+0
2023-12-15BGP: Add Source Address to Type 1 Session Transformed RouteYuya Kusakabe1-3/+36
2023-11-20Remove init of proto variablesStig Bjørlykke1-976/+976
2023-10-31epan: Move tvbuff functions to tvbuff.cJoão Valverde1-1/+0
2023-09-22BGP: Optlen must be a 16 bit integer nowJohn Thacker1-3/+3
2023-09-17BGP: add support of RFC9072Yann Lejeune1-1/+31
2023-09-16BGP: fix notification error code 7 dissectionYann Lejeune1-13/+11
2023-09-15BGP: add bfd strict-mode capabilityYann Lejeune1-0/+10
2023-08-16Misc dissector fixesMartin Mathieson1-1/+1
2023-08-02BGP: Add BGP-LS SRv6 Extensions (draft-ietf-idr-bgpls-srv6-ext-14)Taisuke Sasaki1-16/+506
2023-06-15Fix typo/error in the BGP ATTR_SET error messageBen Cartwright-Cox1-1/+1
2023-06-10bgp: fix warning found by check typed items callAlexis La Goutte1-8/+7
2023-05-15bgp: split labeled ipv6 vpn into different itemsMaxence Younsi1-67/+14
2023-05-01BGP: add support of BGP roles and OTC attribute [RFC9234]Alexander Zubkov1-1/+46
2023-04-28BMP, BGP: Add a "one PDU" BGP dissector, and have BMP use itJohn Thacker1-14/+13
2023-04-23More val_to_str()-related fixesMartin Mathieson1-1/+1
2023-04-09check_type_item_calls.py: start to substitute macrosMartin Mathieson1-4/+4
2023-03-27BGP: RFC9384 Bidirectional Forwarding DetectionUli Heilmeier1-0/+2
2023-03-26Fix or suppress more check_typed_item warningsMartin Mathieson1-3/+3
2023-02-08Add BGP Software Version Capability decodingDonatas Abraitis1-0/+23
2023-01-21BGP: Fix check warningAlexis La Goutte1-1/+1
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-1/+1
2023-01-13BGP: fix BGP-LS IPv6 Neighbor Address TLV s lengthLouis Scalbert1-2/+2
2023-01-02BGP: Fix IP length when Root Node (IPv6)Alexis La Goutte1-3/+3
2023-01-02BGP: Wrong Tunnel ID format in PMSI tunnel attributeAlexis La Goutte1-3/+13
2022-12-14BGP: improve PDU handlingDavid Perry1-154/+39
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-10/+10
2022-11-22Fix some issues seen with cppcheckMartin Mathieson1-1/+1
2022-11-22BGP: Fix (reader_)offset for IGMPAlexis La Goutte1-2/+2
2022-11-01BGP: Adding support for RFC8365Uli Heilmeier1-3/+83
2022-10-04Mixed-up interpretation of bgp.ext_com.type.authgarrymar1-3/+3
2022-09-20ciscodump(extcap): Fix DeadStoreAlexis La Goutte1-2/+0
2022-09-20bgp: fix deadcode found by Clang AnalyzerAlexis La Goutte1-3/+0
2022-09-06Fix some spelling errors.Martin Mathieson1-2/+2
2022-09-01BGP: add SRv6 Endpoint Behaviors for MUPYuya Kusakabe1-0/+8
2022-09-01packet-bgp: Support BGP-MUP SAFI and Extended CommunityYuya Kawakami1-1/+525
2022-08-17Add support for Addd Path in EVPN NLRIMichael Pergament1-1/+8
2022-08-06BGP: Check nhlenUli Heilmeier1-1/+3
2022-07-15BGP: Fix dissector bug when BGP Update packets containing BGP Flowspec updateseasonweii1-1/+29
2022-07-13BGP: fix typo for EVPN Router's MAC (RFC9135)Alexis La Goutte1-4/+4
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2022-01-06BGP: Fix next_hop decodingUli Heilmeier1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2