ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 4f684a6: packet-tns: add TNS_TYPE_DATA functions diss

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Dec 2016 01:26:40 +0000 (UTC)
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(-)