URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=05c1aa22318e62d82c57808dae6838014fb27168
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
05c1aa2 by Yann Lejeune (ylejeune@xxxxxxxxx):
    BGP: fix dissection of BGP community tag
    
    The offset used for BGP community tag dissection is a wrong one.
    
    Bug: 10746
    Change-Id: I1d1d443568bb97a0b3b95a312762ac0a3102326a
    Reviewed-on: https://code.wireshark.org/review/5562
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  6d207fe   Remove private_data member from packet_info structure.
    adds  05c1aa2   BGP: fix dissection of BGP community tag
Summary of changes:
 epan/dissectors/packet-bgp.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)