Wireshark-commits: [Wireshark-commits] master-1.12 f399a63: Display text representation of status c
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 16:00:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f399a637d6b25b2d231b9a8c7171301a55a8ef6f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

f399a63 by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):

    Display text representation of status codes
    
    Adds a table containing all known StatusCodes and displays them if found.
    The list of StatusCodes is in a separate file for easy generating of the list if necessary.
    
    Change-Id: Iab74b22b7fc4fb53d8f072c4e3a4cea4ae18196c
    Reviewed-on: https://code.wireshark.org/review/2126
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    (cherry picked from commit a9b18eff0fe904c87c38262148b39718f6e3cea5)
    Reviewed-on: https://code.wireshark.org/review/2293
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  da96994   opcua_simpletypes.c:94:12: error: static declaration of 'hf_opcua_NamespaceUri' follows non-static declaration
    adds  f399a63   Display text representation of status codes


Summary of changes:
 plugins/opcua/CMakeLists.txt                       |    1 +
 plugins/opcua/Makefile.common                      |    4 +-
 plugins/opcua/opcua_simpletypes.c                  |   12 +-
 plugins/opcua/opcua_statuscode.c                   |  263 ++++++++++++++++++++
 .../{opcua_servicetable.h => opcua_statuscode.h}   |    7 +-
 5 files changed, 281 insertions(+), 6 deletions(-)
 create mode 100644 plugins/opcua/opcua_statuscode.c
 copy plugins/opcua/{opcua_servicetable.h => opcua_statuscode.h} (76%)