Wireshark-commits: [Wireshark-commits] master 443df93: idl2wrs: fix 'undeclared identifier' error

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 05 Jun 2019 17:02:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=443df9389661901e8347f33864e2cd7539dbda9f
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

443df93 by Yannik Enss (Yannik.Enss@xxxxxxxxxxxxxxxxx):

    idl2wrs: fix 'undeclared identifier' error
    
    the 'x_octetx' variables were removed a few years back, replace them with get_CDR_xxx()
    
    Change-Id: I8cf3410d8a152c834e7019f7d1d80de3798530c3
    Reviewed-on: https://code.wireshark.org/review/33457
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  3f3337b   idl2wrs: add aggressive mode
     add  443df93   idl2wrs: fix 'undeclared identifier' error


Summary of changes:
 tools/wireshark_gen.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)