Wireshark-commits: [Wireshark-commits] master 1a5ed10: Rename some variables to make it a bit clear

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Dec 2015 00:31:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a5ed10bad99a96389d0ccbee5d7804c8cf98a0a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1a5ed10 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: I46cd78e29aee13a686f1f6c8efbe258277e15686
    Reviewed-on: https://code.wireshark.org/review/12759
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  53a3e53   Add bounds checks and fix a length argument.
    adds  1a5ed10   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(-)