Wireshark-commits: [Wireshark-commits] lts-1.12.1 6ef0c59: Rename some variables to make it a bit c
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 5 Feb 2016 20:47:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ef0c5919a833ab0841094ead0418c305e1254c5
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark

Commits:

6ef0c59 by Guy Harris (guy@xxxxxxxxxxxx):

    Rename some variables to make it a bit clearer what they are.
    
    rec_length_remaining is the amount of data we haven't already read from
    the record; it starts out as the record length and gets decreased.  It
    is not the length of data in the packet.
    
    Change-Id: I767c3afc4cd78efbe3fe59275001f869454f0263
    Reviewed-on: https://code.wireshark.org/review/12761
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 71c2d1cbc5678d5276b453f348bc3fdaad314318)
    Reviewed-on: https://code.wireshark.org/review/13775
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  51e6114   Add bounds checks and fix a length argument.
    adds  6ef0c59   Rename some variables to make it a bit clearer what they are.


Summary of changes:
 wiretap/ngsniffer.c |   62 +++++++++++++++++++++++++--------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)