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.