URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5ca69b1a687747d4e0c775ec2d8134268beadac
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b5ca69b by Dave Rigby (daver@xxxxxxxxxxxxx):
Couchbase: dissect sub-document commands
Add support for dissecting Couchbase sub-document commands (those
which operate on a subset of a whole document).
Example pcap file:
https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=couchbase_subdoc_multi.pcap
Change-Id: I5394a6f86c036ebd339574bac4e52f7d0821e4bf
Reviewed-on: https://code.wireshark.org/review/10151
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d097968 Make IPv6 extension header protocol names uniform and consistent with RFC 2460
adds b5ca69b Couchbase: dissect sub-document commands
Summary of changes:
epan/dissectors/packet-couchbase.c | 349 ++++++++++++++++++++++++++++++++++--
1 file changed, 338 insertions(+), 11 deletions(-)