On Jun 19, 2014, at 11:26 AM, Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx> wrote:
> URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=14824e6adf07a1c3cfb6537ce8723d873ecd0d0f
> Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
> Changed: branch: master
> Repository: wireshark
>
> Commits:
>
> 14824e6 by Michael Mann (mmann78@xxxxxxxxxxxx):
>
> Revert "Fixup: tvb_* -> tvb_captured"
>
> https://www.wireshark.org/lists/wireshark-dev/201406/msg00131.html
>
> This reverts commit 246fe2ca4c67d8c98caa84e2f57694f6322e2f96.
Why did this change need to be reverted? Did it do anything other than changing calls to tvb_length() and tvb_length_remaining() to calls to tvb_captured_length() and tvb_captured_length_remaining()?