URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71c2d1cbc5678d5276b453f348bc3fdaad314318
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
71c2d1c 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>
Actions performed:
from 3a3ddbd Add bounds checks and fix a length argument.
adds 71c2d1c 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(-)