Wireshark-commits: [Wireshark-commits] master b42348e: AT: Fix dissector function return types

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 06 Sep 2018 10:57:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b42348e251009e6ed5dba1a2d8c1dccd6550bdfd
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b42348e by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    AT: Fix dissector function return types
    
    Change to return gboolean for dissector functions returning
    TRUE or FALSE.
    
    Change-Id: I418f765253326cd1153b82bd6af042c36cbfc2d4
    Reviewed-on: https://code.wireshark.org/review/29446
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  555d911   AT: Add CGMI and CGMR command
     add  b42348e   AT: Fix dissector function return types


Summary of changes:
 epan/dissectors/packet-at.c | 58 ++++++++++++++++++++++-----------------------
 1 file changed, 29 insertions(+), 29 deletions(-)