couchbase: update HELLO features

Change-Id: Icff1932cd41334fcf04016f3616a99ac4293ebef
Reviewed-on: https://code.wireshark.org/review/23198
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Sergey Avseyev 2017-08-25 10:51:49 +03:00 committed by Anders Broman
parent 1e2c0ed5ea
commit 29e92fef55
1 changed files with 12 additions and 7 deletions

View File

@ -730,13 +730,18 @@ static const int * subdoc_doc_flags[] = {
};
static const value_string feature_vals[] = {
{1, "Datatype"},
{2, "TLS"},
{3, "TCP Nodelay"},
{4, "Mutation Seqno"},
{5, "TCP Delay"},
{6, "XATTR"},
{7, "XERROR"},
{0x01, "Datatype"},
{0x02, "TLS"},
{0x03, "TCP Nodelay"},
{0x04, "Mutation Seqno"},
{0x05, "TCP Delay"},
{0x06, "XATTR"},
{0x07, "Error Map"},
{0x08, "Select Bucket"},
{0x09, "Collections"},
{0x0a, "Snappy"},
{0x0b, "JSON"},
{0x0c, "Duplex"},
{0, NULL}
};