ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5290] Add a dissector for the mongodb wire protocol

Date: Tue, 26 Oct 2010 11:19:26 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5290

--- Comment #4 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2010-10-26 12:19:25 MDT ---
The basic types from that URL can be represented separately as Wireshark field
types:

"byte 1 byte (8 bits)" = FT_UINT8
"int32 4 bytes (32-bit signed integer)" = FT_INT32
"int64 8 bytes (64-bit signed integer)" = FT_INT64
"double 8 bytes (64-bit IEEE 754 floating point)" = FT_DOUBLE

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.