aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-couchbase.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Couchbase: Fixup a shadow variable.Gerald Combs1-4/+4
2018-12-10couchbase: Add durable DCP commandsJim Walker1-0/+101
2018-12-07couchbase: Improve key decoderJim Walker1-5/+5
2018-12-04couchbase: Update for recent collection changesJim Walker1-14/+85
2018-12-04couchbase: Update FlexFrame dissector to include requestsJim Walker1-86/+267
2018-10-30Update couchbase dissector for new expiration formatChristopher Farman1-0/+22
2018-09-25Add obsolete ssl[._]port preferences.Gerald Combs1-1/+2
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-15couchbase: fix Unused href entry: epan/dissectors/packet-couchbase.c: hf_flex...Alexis La Goutte1-2/+0
2018-09-13Start renaming SSL to TLS.Gerald Combs1-2/+2
2018-03-24Couchbase: update opcodes and decode AUDIT_PUT as JSONSergey Avseyev1-10/+45
2018-03-20Update to couchbase dissector for 'flexible framing extras' on errorsJim Walker1-5/+6
2018-02-20Use units for the server recv->send duration.Guy Harris1-9/+7
2018-02-20Clean up the way we handle the server recv->send duration.Guy Harris1-11/+10
2018-02-13Update couchbase dissector with 'flexible framing extras'Jim Walker1-9/+166
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-05Update couchbase dissector with collections and delete_time DCPJim Walker1-3/+68
2018-02-05Update couchbase dissector with new HELLO feature valuesJim Walker1-1/+6
2017-12-21couchbase: uncompress snappy payloadsSergey Avseyev1-1/+36
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