Wireshark-commits: [Wireshark-commits] master-1.12 505837f: RPKI RTR: Wrong decoding of RPKI RTR En
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=505837f6baf6b2cd36a4b2676ce59b0670bdee78
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
505837f 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>
(cherry picked from commit f44e082fa8403023425e27b28cb295f4e40e34e6)
Reviewed-on: https://code.wireshark.org/review/3833
Actions performed:
from 7beb44d [Automatic manuf, services and enterprise-numbers update for 2014-08-24]
adds 505837f 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(-)