Wireshark-commits: [Wireshark-commits] master-2.0 41367a6: regenerate files adding new UA Specifica

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Oct 2015 13:42:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41367a673b8b9b2e64fa549216a7a6a52a8959e1
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

41367a6 by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):

    regenerate files adding new UA Specification 1.03 services and types
    
    Change-Id: Ib39c33c6f90566f2807fa7bf9c7f1521a8f5cc35
    Reviewed-on: https://code.wireshark.org/review/10979
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit a542eec6d84f159cce1986ca3ab1d353461914ed)
    Reviewed-on: https://code.wireshark.org/review/11011
    

Actions performed:

    from  f9beb64   add new UA Specification 1.03 StatusCodes
    adds  41367a6   regenerate files adding new UA Specification 1.03 services and types


Summary of changes:
 plugins/opcua/opcua_complextypeparser.c    |   78 ++++++++++++++++++++++++++--
 plugins/opcua/opcua_complextypeparser.h    |   19 ++++++-
 plugins/opcua/opcua_enumparser.c           |   46 ++++++++++++++--
 plugins/opcua/opcua_enumparser.h           |    8 ++-
 plugins/opcua/opcua_extensionobjectids.h   |    9 +++-
 plugins/opcua/opcua_extensionobjecttable.c |    9 +++-
 plugins/opcua/opcua_hfindeces.c            |   38 +++++++++++++-
 plugins/opcua/opcua_hfindeces.h            |   21 +++++++-
 plugins/opcua/opcua_serviceids.h           |   10 +++-
 plugins/opcua/opcua_serviceparser.c        |   66 ++++++++++++++++++++++-
 plugins/opcua/opcua_serviceparser.h        |   16 +++++-
 plugins/opcua/opcua_servicetable.c         |   14 ++++-
 12 files changed, 310 insertions(+), 24 deletions(-)