URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d927cfe05cb2e207730bf4c283dc981352111143
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
d927cfe 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>
(cherry picked from commit 1a5ed10bad99a96389d0ccbee5d7804c8cf98a0a)
Reviewed-on: https://code.wireshark.org/review/12760
Actions performed:
from dcba250 Add bounds checks and fix a length argument.
adds d927cfe 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(-)