Wireshark-commits: [Wireshark-commits] master 9b00828: packet-tns.c: Add Sesskey, Auth (SQLNET_RETU
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Feb 2017 21:08:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b008282c4ee79c696d435a42af7243c20482a40
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9b00828 by Alexandr Savca (s.alex08@xxxxxxx):

    packet-tns.c: Add Sesskey, Auth (SQLNET_RETURN_OPI_PARAM)
    
    I added a few TNS pcaps on the SampleCaptures wiki and tested with all
    of them.
    
    With this patch I get an error (malformed packet) on 'Set Protocol'
    response. Peter Wu fixed it by this patch:
    https://code.wireshark.org/review/#/c/20098/
    
    Change-Id: Ia41ba7d229a5332740c57853b1929764604eda03
    Reviewed-on: https://code.wireshark.org/review/20165
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  dc173f9   tap: use g_new0() instead of g_new() and memset()
    adds  9b00828   packet-tns.c: Add Sesskey, Auth (SQLNET_RETURN_OPI_PARAM)


Summary of changes:
 epan/dissectors/packet-tns.c |  215 +++++++++++++++++++++++++++++++++++++-----
 epan/dissectors/packet-tns.h |    5 +
 2 files changed, 199 insertions(+), 21 deletions(-)