Wireshark-commits: [Wireshark-commits] master 15a0a63: batch of manual tvb_length conversions

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jun 2014 19:56:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=15a0a6315641cba55363ba6ef4769b27ffc90ccb
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

15a0a63 by Evan Huus (evan.huus@xxxxxxxxxxxxxx):

    batch of manual tvb_length conversions
    
    Change-Id: Ifea45514bdba8be5f62b9dc560027077297f631e
    Reviewed-on: https://code.wireshark.org/review/2456
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  78a5f0c   gtk_table_new is deprecated in GTK3. Change to use grid instead, and use ws_gtk_grid_attach_extended() to do the heavy lifting.
    adds  15a0a63   batch of manual tvb_length conversions


Summary of changes:
 asn1/credssp/packet-credssp-template.c |    2 +-
 asn1/disp/packet-disp-template.c       |    4 ++--
 asn1/dop/packet-dop-template.c         |    4 ++--
 asn1/dsp/packet-dsp-template.c         |    4 ++--
 asn1/ess/packet-ess-template.c         |    4 ++--
 asn1/gsm_map/CMakeLists.txt            |    1 +
 asn1/gsm_map/Makefile.common           |    2 +-
 asn1/gsm_map/packet-gsm_map-template.c |    6 +++---
 asn1/h225/packet-h225-template.c       |    4 ++--
 epan/dissectors/packet-credssp.c       |    2 +-
 epan/dissectors/packet-disp.c          |    4 ++--
 epan/dissectors/packet-dop.c           |    4 ++--
 epan/dissectors/packet-dsp.c           |    4 ++--
 epan/dissectors/packet-ess.c           |    4 ++--
 epan/dissectors/packet-gnm.c           |   13 +++++++------
 epan/dissectors/packet-gnm.h           |    1 +
 epan/dissectors/packet-gsm_map.c       |    6 +++---
 epan/dissectors/packet-h225.c          |    4 ++--
 epan/dissectors/packet-isdn-sup.c      |    2 +-
 19 files changed, 39 insertions(+), 36 deletions(-)