aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-couchbase.c
AgeCommit message (Expand)AuthorFilesLines
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