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 add1213: tvb_length() --> tvb_reported_length() in se

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 2 Mar 2014 18:57:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=add121340e102fea19a506cf5cd842ac2ac776aa
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

add1213 by Bill Meier (wmeier@xxxxxxxxxxx):

    tvb_length() --> tvb_reported_length() in several cases + other misc changes.
    
    Misc changes:
     - sort entries in an enum by value;
     - add some XXX notes as to possible missing entries in a value-string array;
     - remove an unneeded initializer;
     - 0 --> FALSE for several boolean values;
     - whitespace.
    
    Change-Id: I6c8f1c1f37edad120d979fcd2d7278e7981ca5a7
    Reviewed-on: https://code.wireshark.org/review/449
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    Tested-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  988a184   Added Cisco Starent Diameter dictionary entries.
    adds  add1213   tvb_length() --> tvb_reported_length() in several cases + other misc changes.


Summary of changes:
 epan/dissectors/packet-pathport.c |  521 +++++++++++++++++++------------------
 1 file changed, 265 insertions(+), 256 deletions(-)