URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=46ebd2411d5f6b3e63491f92b8894b5391e37802
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
46ebd24 by Dave Rigby (daver@xxxxxxxxxxxxx):
couchbase: Format seqnos as decimal
Couchbase DCP sequence numbers start from zero, incrementing by one
for each message; and are generally displayed inside Couchbase as
decimal.
For ease of use with Wireshark dumps, print them as decimal instead of
hex.
Change-Id: I590fe137b96263d589e0ccc3161b57ffee40854b
Reviewed-on: https://code.wireshark.org/review/33660
Reviewed-by: Ben Huddleston <ben.huddleston@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
Reviewed-by: Jim Walker <jim@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ce18078 GTP: Pas the right subtre to extension header dissectors.
add 46ebd24 couchbase: Format seqnos as decimal
Summary of changes:
epan/dissectors/packet-couchbase.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)