Wireshark

  • Riverbed Technology
  • WinPcap
SHARKFEST '13 - Wireshark Developer and User Conference - June 16-19, 2013 - UC Berkeley
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-bugs: [Wireshark-bugs] [Bug 4454] new dissector: 3GPP2 X.P0059-200

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: bugzilla-daemon@xxxxxxxxxxxxx
Date: Mon, 8 Feb 2010 18:58:42 -0800 (PST)

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4454

--- Comment #3 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-02-08 18:58:39 PST ---
A few additional comments:

In hf[] array:
 FT_STRING requires BASE_NONE;

Please use consistent indentation;

We prefer to have proto_register... and proto_reg_handoff... be the last two 
functions in the source file.

hton16 and hton32 don't appear to be used so they (and the typedefs for uint16
and uint32) shouldn't be defined.

If these are needed, please use g_htons & g_htonl rather than defining your own
hton16 and hton32.
(See the GLib documentation).

B64Chars[] doesn't appear to be used anyplace;

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

  • References:
    • [Wireshark-bugs] [Bug 4454] New: Wants to contribute a new dissector for Wireshark
      • From: bugzilla-daemon
  • Prev by Date: [Wireshark-bugs] [Bug 4176] freeaddrinfo not in ws2_32.dll
  • Next by Date: [Wireshark-bugs] [Bug 2905] "ISAKMP-Attrib payload" values wrongly interpreted/displayed
  • Previous by thread: [Wireshark-bugs] [Bug 4454] new dissector: 3GPP2 X.P0059-200
  • Next by thread: [Wireshark-bugs] [Bug 4454] new dissector: 3GPP2 X.P0059-200
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation