Wireshark-commits: [Wireshark-commits] master-1.10 e28eb20: [ICMP] icmp_original_dgram_length is be

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 5 Mar 2015 16:33:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e28eb206a207acd62205e08ffc6032766ba79bd7
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

e28eb20 by Anish Bhatt (anish@xxxxxxxxxxx):

    [ICMP] icmp_original_dgram_length is being used incorrectly
    
    icmp_original_dgram_length is of no use, we need to always account for
    icmp_original_dgram_length + ip header, where icmp_original_dgram_length
    is available
    
    Bug: 10991
    Change-Id: Ibd0ce538eaf1a7851e4f3e928bad29310ebbcc81
    Reviewed-on: https://code.wireshark.org/review/7345
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit c4cab879c968ecd119b4fd48313394f0d1c61aca)
    Reviewed-on: https://code.wireshark.org/review/7543
    

Actions performed:

    from  2f4cbbb   Improved deregistering fields.
    adds  e28eb20   [ICMP] icmp_original_dgram_length is being used incorrectly


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