aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-couchbase.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-14couchbase: detect XERROR responses and dissect them as JSONSergey Avseyev1-1/+10
2017-09-05Fix unitialized variable warnings that popped up with -OgJoão Valverde1-1/+1
2017-09-02couchbase: fix full-doc commands of subdocSergey Avseyev1-5/+7
2017-08-25couchbase: update HELLO featuresSergey Avseyev1-7/+12
2017-08-18couchbase: update status codesSergey Avseyev1-1/+40
2017-08-14Couchbase: Add doc flag support to dissectorolivermd1-11/+64
2017-08-10Couchbase: Add get error map cmdolivermd1-0/+13
2017-07-13couchbase: fix decoding last lookup specSergey Avseyev1-1/+1
2017-02-21couchbase: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-2/+1
2017-02-21Couchbase: Add SSL supportolivermd1-6/+23
2017-02-16Couchbase: Add support for XATTRsOliver Downard1-11/+141
2017-02-06Couchbase: Add decoding for create_bucket configOliver Downard1-2/+71
2017-02-03Add support for Couchbase LWW *_with_meta commandsolivermd1-0/+87
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-4/+4
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-25/+2
2016-09-29packet-couchbase.c: dissect body of DCP_FAILOVER_LOG responseSergey Avseyev1-1/+1
2016-07-08couchbase: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2016-07-06packet-couchbase.c: describe observe-seqno (0x91)Sergey Avseyev1-2/+70
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-20Couchbase: Dissect optional expiry in subdoc mutation requestsDave Rigby1-13/+38
2016-02-05couchbase: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-2/+2
2016-02-05couchbase: Use some unused hf (and remove unused hf...)Alexis La Goutte1-4/+2
2016-02-04Couchbase: Dissect multi-path mutation responsesDave Rigby1-20/+53
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-30couchbase: implement comand 0x48 to get vbucket seqnosSergey Avseyev1-1/+74
2015-08-21Couchbase: dissect sub-document commandsDave Rigby1-11/+338
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-22packet-couchbase.c: remove field which does not existsSergey Avseyev1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-10packet-couchbase.c: dissect more DCP commandsSergey Avseyev1-1/+97
2014-12-02Couchbase: fix missing comma...Alexis La Goutte1-1/+1
2014-12-02Couchbase: fix Extended value string 'opcode_vals' forced to fall back to lin...Alexis La Goutte1-9/+10
2014-12-02Update Couchbase dissectorSergey Avseyev1-118/+300
2014-11-18Update Couchbase dissector:Sergey Avseyev1-0/+9
2014-10-28Couchbase: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2014-10-22Couchbase: fix some warnings found by the pre-commit hookPascal Quantin1-5/+1
2014-10-22Couchbase: fix FSF address and reorder opcode_vals arrayPascal Quantin1-14/+14
2014-10-22Add Couchbase dissector (binary protocol)Sergey Avseyev1-0/+1132