Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master d5dc467: Update some comments.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Apr 2018 02:58:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5dc4677edf5c44165a1a23efcd796bfa1b74d27
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d5dc467 by Guy Harris (guy@xxxxxxxxxxxx):

    Update some comments.
    
    We no longer have TVBUFF_ values corresponding to different types of
    tvbuff; we have, instead, a set of method pointers for the different
    types.  Refer to the types by name, rather than by TVBUFF_ value.
    
    Expand the description of some fields in the tvbuff structure.
    
    Change-Id: I38b5281df247ddd66b4e39abfc129053a012d241
    Reviewed-on: https://code.wireshark.org/review/27036
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b545c60   Fix cppcheck 1.83 warnings
    adds  d5dc467   Update some comments.


Summary of changes:
 epan/tvbtest.c    |  6 +++---
 epan/tvbuff-int.h | 24 ++++++++++++++++--------
 epan/tvbuff.h     | 38 +++++++++++++++++++-------------------
 3 files changed, 38 insertions(+), 30 deletions(-)