Wireshark-commits: [Wireshark-commits] master 5c7dae1: AT: Fix rejection values

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 12 Sep 2018 19:39:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c7dae133754fbed20647609b262ef24c52620f8
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5c7dae1 by Darien Spencer (cusneud@xxxxxxxx):

    AT: Fix rejection values
    
    Dissect functions for CNUM/VTS were returning TRUE for all wrong role/type combinations instead of FALSE ( = Rejecting the parameter )
    
    Change-Id: I1aae5b76db83cef6b59f5244c05a67b2110f8969
    Reviewed-on: https://code.wireshark.org/review/29634
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e31ca2e   Revert "Some older compilers don't allow diagnostic pragmas inside a function."
     add  5c7dae1   AT: Fix rejection values


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