Wireshark-commits: [Wireshark-commits] master 9ea94e2: Update MongoDB ObjectID dissector element
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ea94e29efedaf856091b5337eb112c942187754
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9ea94e2 by Derick Rethans (github@xxxxxxxxxxxxxxxx):
Update MongoDB ObjectID dissector element
The MongoDB ObjectID spec traditionally included a "host hash" and "PID" field.
These have for a while been treated as random data for the server, and the
MongoDB drivers have recently addopted a specification that says the same:
https://github.com/mongodb/specifications/blob/master/source/objectid.rst#random-value
This patch reorganises the original Host Hash and PID fields under a new
"Machine ID" field, to be able to show both the current interpretation of the
field, as well as the historical one.
Change-Id: Ib25b5552935781bc512fcdadb870ed20838d8808
Reviewed-on: https://code.wireshark.org/review/30604
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from f3b82ff ui: add missing break.
add 9ea94e2 Update MongoDB ObjectID dissector element
Summary of changes:
epan/dissectors/packet-mongo.c | 28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 deletions(-)