pgsql: add GSS Encode Request message

Bug: 16280
Change-Id: Ia1106858aae6d4221042cf13b3fad3ed14e270af
Reviewed-on: https://code.wireshark.org/review/35534
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Tom Nisbet 2019-12-20 22:19:53 -05:00 committed by Alexis La Goutte
parent 31570163d1
commit cafb5e269e
1 changed files with 2 additions and 0 deletions

View File

@ -689,6 +689,8 @@ dissect_pgsql_msg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* dat
typestr = "Cancel request";
else if (length == 8 && tag == 80877103)
typestr = "SSL request";
else if (length == 8 && tag == 80877104)
typestr = "GSS encrypt request";
else if (tag == 196608)
typestr = "Startup message";
else