Wireshark-commits: [Wireshark-commits] master 836530e: - Replace tvb_length_remaining -> tvb_captur
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 May 2014 10:50:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=836530e98500ab360117b21826f038403a8cd25c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

836530e by AndersBroman (anders.broman@xxxxxxxxxxxx):

    - Replace tvb_length_remaining -> tvb_captured_length_remaining,
    - Use length_remaining in tvb_find_line_end() rather than -1 it should
      give a faster code path.
    
    Change-Id: Ia6c289f1701add48429b25152db8a8e5cea9e053
    Reviewed-on: https://code.wireshark.org/review/1632
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2828bf7   The filter string can only be valid, if an interface is selected.
    adds  836530e   - Replace tvb_length_remaining -> tvb_captured_length_remaining, - Use length_remaining in tvb_find_line_end() rather than -1 it should   give a faster code path.


Summary of changes:
 epan/req_resp_hdrs.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)