Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3937] New: trunk code compiling error(warnings)

Date: Tue, 25 Aug 2009 06:07:17 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3937

           Summary: trunk code compiling error(warnings)
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: Linux (other)
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: dragonlinux@xxxxxxxxx


Build Information:
build error with gcc 4.4.1
--
1.
packet-tpncp.c: In function ‘init_tpncp_data_fields_info’:
packet-tpncp.c:673: warning: ‘hf_entr.hfinfo.ref_count’ may be used
uninitialized in this function
packet-tpncp.c:450: warning: ‘hf_entr.hfinfo.type’ may be used
uninitialized in this function


2.packet-ssl-utils.c
there are a couple of assignments like this:
*((gint16*)buf)=g_htons(datalen);...


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