Wireshark-commits: [Wireshark-commits] master 3ebfa39: BGP path attribute AGGREGATOR (7) may be 32b
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ebfa39cef0abeb2954c33eea33980a7df895a0f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3ebfa39 by ytti (saku@xxxxxxx):
BGP path attribute AGGREGATOR (7) may be 32bits
https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml
https://tools.ietf.org/html/rfc4893
-------------------------------------------
NEW BGP speakers carry AS path information expressed in terms of 4-
octet Autonomous Systems numbers by using the existing AS_PATH
attribute, except that each AS number in this attribute is encoded
not as a 2-octet, but as a 4-octet entity. The same applies to the
AGGREGATOR attribute - NEW BGP speakers use the same attribute,
except that the AS carried in this attribute is encoded as a 4-octet
entity.
-------------------------------------------
Change-Id: I4ccfc2c18e8777a800211dd285550723ac0da872
Reviewed-on: https://code.wireshark.org/review/26647
Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d3fcde6 Diameter: Add &Custom last, fixup xml a bit.
adds 3ebfa39 BGP path attribute AGGREGATOR (7) may be 32bits
Summary of changes:
epan/dissectors/packet-bgp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)