From astramax57 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6188
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 24 Aug 2011 21:37:37 +0000 (21:37 -0000)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 24 Aug 2011 21:37:37 +0000 (21:37 -0000)
commit11f1f1a019cf94ca7f68f601ff960be9aa635cfc
treeae30a21b4bbc4c3668c8fc69f3e92cea90a63a77
parentecdd6fbfbd11080efe86b6c1f22da4a8f37ca93b
From astramax57 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6188
In some BGP captures the AS_PATH attribute was decode wrong, if the asn length determines automatically

From me:
Fix some whitespace...
Fix error: ‘for’ loop initial declarations are only allowed in C99 mode
Replace unsigned by guint

svn path=/trunk/; revision=38723
epan/dissectors/packet-bgp.c