aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-couchbase.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-24couchbase: Add timestamp to DcpSnapshotMarker encodingBen Huddleston1-8/+29
2022-03-12couchbase: fix clang warningsAlexis La Goutte1-1/+0
2022-03-02Couchbase: Add support for server push messagesTrond Norbye1-94/+607
2022-02-25Couchbase: Simplify PDU length detectionTrond Norbye1-30/+20
2022-02-25Couchbase: Whitelist some commands from key decodeTrond Norbye1-32/+44
2022-02-25Couchbase: Refactor packet dissectorTrond Norbye1-140/+316
2022-02-25Couchbase: Add missing hello featuresTrond Norbye1-1/+3
2022-02-22Couchbase: Shorten prefixesTrond Norbye1-679/+679
2022-02-15Couchbase: Print VBucket as vb:<num>Trond Norbye1-2/+2
2022-02-15Couchbase: Add ifconfig commandTrond Norbye1-28/+29
2022-02-15Couchbase: Add missing status codesTrond Norbye1-0/+14
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2022-01-23couchbase: fix Illegal call of proto_item_add_bitmask_tree without fieldsAlexis La Goutte1-0/+14
2021-10-13couchbase: Add Subdoc replace body with xattr opcodeBen Huddleston1-0/+2
2021-10-13couchbase: Add ReviveDocument subdoc flagBen Huddleston1-0/+3
2021-10-13couchbase: Add new subdoc error codesBen Huddleston1-0/+9
2021-02-14Make some more variables and functions static.Martin Mathieson1-2/+2
2020-11-15couchbase: fix item lengthAlexis La Goutte1-2/+2
2020-09-27Fix some wrong filter names.Martin Mathieson1-1/+1
2020-08-21couchbase: fix conflictTomas Kukosa1-1/+1
2020-06-30couchbase: Fix dissect length of status!=0 valuesDave Rigby1-3/+3
2020-06-29couchbase: Decode XATTRs in payload of DCP_EXPIRATION & DCP_PREPAREDave Rigby1-0/+1
2020-06-29couchbase: Add doc_flag::CreateAsDeletedDave Rigby1-1/+7
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-13/+13
2020-05-01No explicit glib.h include requiredJaap Keuter1-2/+0
2020-03-20couchbase: Add new DCP commandsJim Walker1-0/+50
2020-02-25couchbase: Add new HELLO features and flex frame changesJim Walker1-0/+40
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