Wireshark-commits: [Wireshark-commits] master ced2071: Fix the snapshot length part of the "same in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Jul 2016 07:31:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ced207150542f59f395fc4052d8a7cdfba67effa
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ced2071 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the snapshot length part of the "same interface?" check.
    
    Fix a typo - compare for unequal snapshot lengths, not equal snapshot
    lengths.
    
    Also, move the debug messages about checks right above the checks.
    
    Change-Id: If6f5e125f05f3788b63e9f75d98f55e27830870b
    Reviewed-on: https://code.wireshark.org/review/16470
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8164290   Update Debian symbol files to reflect current reality.
    adds  ced2071   Fix the snapshot length part of the "same interface?" check.


Summary of changes:
 wiretap/merge.c |   36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)