Wireshark-commits: [Wireshark-commits] master a9b18ef: Display text representation of status codes
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a9b18eff0fe904c87c38262148b39718f6e3cea5
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a9b18ef 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>
Actions performed:
from 39d7c9d Remove emem in SNMP UAT, use glib instead
adds a9b18ef 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%)