Wireshark-commits: [Wireshark-commits] master e5bbfa0: Add argument 'packet_info *pinfo' to all dis
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5bbfa0f1516c74b4fc81651be94405bcb4be0b9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e5bbfa0 by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):
Add argument 'packet_info *pinfo' to all dissecting functions
Change-Id: Ie02326e365ee3f620fcbe3f2e8e45dc5300d3418
Reviewed-on: https://code.wireshark.org/review/4728
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 0ceedde Dissect CDMA2000 PDU if GCSNA dissector exists.
adds e5bbfa0 Add argument 'packet_info *pinfo' to all dissecting functions
Summary of changes:
plugins/opcua/opcua.c | 6 +-
plugins/opcua/opcua_complextypeparser.c | 1672 ++++++++++++++--------------
plugins/opcua/opcua_complextypeparser.h | 272 ++---
plugins/opcua/opcua_enumparser.c | 54 +-
plugins/opcua/opcua_enumparser.h | 54 +-
plugins/opcua/opcua_extensionobjecttable.c | 11 +-
plugins/opcua/opcua_identifiers.h | 8 +-
plugins/opcua/opcua_serviceparser.c | 678 +++++------
plugins/opcua/opcua_serviceparser.h | 160 +--
plugins/opcua/opcua_servicetable.c | 8 +-
plugins/opcua/opcua_servicetable.h | 2 +-
plugins/opcua/opcua_simpletypes.c | 220 ++--
plugins/opcua/opcua_simpletypes.h | 58 +-
plugins/opcua/opcua_transport_layer.c | 30 +-
plugins/opcua/opcua_transport_layer.h | 14 +-
15 files changed, 1624 insertions(+), 1623 deletions(-)