aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-couchbase.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-12couchbase: Fix Dead StoreAlexis La Goutte1-1/+0
2019-11-30couchbase: Update dissector for latest 6.5.0 DCP snapshot markerJim Walker1-17/+40
2019-11-29couchbase: update dissector with missing collection error codesJim Walker1-0/+15
2019-09-16Couchbase: Handle extras in mutation responsesMatt Carabine1-7/+29
2019-09-02couchbase: update command identifiersSergey Avseyev1-0/+8
2019-08-19MB-34017: Add HCS to SnapshotMarkerBen Huddleston1-7/+7
2019-07-17Couchbase: Fix dissector for dcp prepareTrond Norbye1-2/+1
2019-06-24couchbase: Add prepare seqno to DCP_COMMITBen Huddleston1-0/+2
2019-06-19couchbase: Format seqnos as decimalDave Rigby1-15/+15
2019-06-16couchbase: Add prepare seqno to DCP_ABORTBen Huddleston1-1/+3
2019-05-24couchbase: Remove 2nd seqno from DCP_{COMMIT,ABORT,SEQNO_ACK}Dave Rigby1-13/+18
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2019-03-06couchbase: check shift value before use.Dario Lombardo1-0/+3
2019-02-14couchbase: Add Collections Get ID opcodeBen Huddleston1-3/+19
2019-01-28couchbase: update list of HELLO featuresSergey Avseyev1-1/+4
2019-01-23Update couchbase set/del_with_meta option flagsChristopher Farman1-10/+32
2019-01-16Couchbase: Fix another shadow variable.Gerald Combs1-5/+5
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