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 14:37:42 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5290

--- Comment #6 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2010-10-26 15:37:40 MDT ---
(In reply to comment #5)
> My problem is with the Non-terminals Type ! (document, cstring...)

A "c string" is a standard NULL terminated string, which would be FT_STRINGZ. 
FT_STRING is the same without the NULL terminating byte.  Take a look at
README.developer in the doc directory of the source tree for others.  We don't
support UTF8 very much, but a number of the others have matches such as int32 =
FT_INT32.  The FT_GUID may work for the UUID.  Other types could be FT_BYTES,
which is "a string of bytes with arbitrary values; used for raw binary data." 
If there is a type that cannot fit into anything else defined, it is always
possible to add it to Wireshark's core source code.

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