Wireshark-commits: [Wireshark-commits] master f44e082: RPKI RTR: Wrong decoding of RPKI RTR End of

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Aug 2014 14:07:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f44e082fa8403023425e27b28cb295f4e40e34e6
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f44e082 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    RPKI RTR: Wrong decoding of RPKI RTR End of Data PDU
    
    The decoding of the End of Data PDU ignores the Serial Number, i.e., the last 32 bit of this PDU. Instead of that the current dissector implementation starts to decode a new RTR PDU.
    
    Details of packet format see http://tools.ietf.org/html/rfc6810#section-5.8
    
    Found by Matthias Wählisch
    
    Bug: 10411
    Change-Id: I8451b5fbda18a034022b97ff442ddb2a2dabed7b
    Reviewed-on: https://code.wireshark.org/review/3832
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c697a86   packet-a21.c: Fix a bug; Do some other misc cleanup.
    adds  f44e082   RPKI RTR: Wrong decoding of RPKI RTR End of Data PDU


Summary of changes:
 epan/dissectors/packet-rpki-rtr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)