aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-couchbase.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20Couchbase: fix link to memcache text protocolMartin Mathieson1-1/+1
2024-02-19Add missing status/flags to packet-couchbase.cJim Walker1-1/+9
2024-01-19Dissectors: remove accidental double-colonsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-226/+226
2023-11-17dissectors: Rename expert_field variablesStig Bjørlykke1-86/+86
2023-09-02Remove some uses of tvb_new_subset_length_caplen()John Thacker1-13/+10
2023-07-17couchbase: Add support for ReplicaRead subdoc flagDave Rigby1-1/+4
2023-01-30Couchbase: update snapshot flags for change streamsJim Walker1-0/+6
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-27/+29
2022-10-21Couchbase: remove unnecessary update to offsetJim Walker1-1/+0
2022-10-21Couchbase: Add RangeScan opcodes and request definitionsJim Walker1-1/+42
2022-08-16[Couchbase] Add support for new featuresTrond Norbye1-0/+60
2022-05-22couchbase: fix clang analyzer warning (Dead.Store)Alexis La Goutte1-1/+0
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