Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 4708ffd: PGSQL: Dissect SASL auth

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Nov 2018 04:34:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4708ffdb999d73f467ab5d86da161a03b0c99399
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4708ffd by Uli Heilmeier (uh@xxxxxxxxxxxx):

    PGSQL: Dissect SASL auth
    
    Dissecting SASL and GSSAPI/SSPI authentication data
    Ref: https://www.postgresql.org/docs/10/protocol-message-formats.html
    
    Bug: 15286
    Change-Id: I19fc18da105490bf053ce9ab39164fb345577266
    Reviewed-on: https://code.wireshark.org/review/30723
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5800ca9   packet-f5ethtrailer.c: "Decode" Platform identifiers
     add  4708ffd   PGSQL: Dissect SASL auth


Summary of changes:
 epan/dissectors/packet-pgsql.c | 160 ++++++++++++++++++++++++++++++++++-------
 1 file changed, 133 insertions(+), 27 deletions(-)