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 4454] Wants to contribute a new dissector for Wireshark

Date: Wed, 3 Feb 2010 06:57:49 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4454

Anders Broman <anders.broman@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anders.broman@xxxxxxxxxxxx

--- Comment #2 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2010-02-03 06:57:47 PST ---
Quickly browsing the code and the spec it looks like you should have
- Registered the media type as "application/vnd.3gpp2.FemtoInterfaceMsg"
- Use the built in base64 decoder(epan/base64[ch]
- Use packet-ansi_a.c to decode the embedded message(?) or IE's
- Not use // for comments
- replace empty hf blurbs("") with NULL.

A trace file to verify a new dissector with is always a plus.
Regards
Anders

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