Wireshark-commits: [Wireshark-commits] master 4f684a6: packet-tns: add TNS_TYPE_DATA functions diss
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f684a606226bee6381285388e3b28f06975f1f4
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4f684a6 by Alexandr Savca (s.alex08@xxxxxxx):
packet-tns: add TNS_TYPE_DATA functions dissection.
Those functions also known as NET8 commands or SQLNET layer of TNS protocol.
Also added a lot of sub-functions for one NET8 command, also known as OCI
(Oracle Call Interface).
Do other cleanup while in the neighbor hood including:
1. Use proto_tree_add_bitmask where applicable
2. Remove individual "hidden" command fields. Filtering should use "tns.type"
3. Remove unnecessary if (tree)s
Change-Id: Ib7cc5cf307179d5d252c334949a4e77d9d396ba4
Reviewed-on: https://code.wireshark.org/review/19050
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from a1c30fe reformatted IMF export objects
adds 4f684a6 packet-tns: add TNS_TYPE_DATA functions dissection.
Summary of changes:
epan/dissectors/packet-tns.c | 762 +++++++++++++++++++++---------------------
epan/dissectors/packet-tns.h | 50 ++-
2 files changed, 421 insertions(+), 391 deletions(-)