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

Wireshark-dev: Re: [Wireshark-dev] MASTER wsutil.lib won't build

From: Paul Offord <Paul.Offord@xxxxxxxxxxxx>
Date: Thu, 26 Oct 2017 21:09:15 +0000

Hi Graham,

 

I started building a new VM for that very purpose but unfortunately ran out of space

 

Best regards…Paul

 

From: Wireshark-dev [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Graham Bloice
Sent: 26 October 2017 19:24
To: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Subject: Re: [Wireshark-dev] MASTER wsutil.lib won't build

 

 

 

On 26 October 2017 at 18:15, Paul Offord <Paul.Offord@xxxxxxxxxxxx> wrote:

Hi,

 

I’m building Wireshark with VS2013 on Windows 10.  I’ve pulled a fresh copy of MASTER.  I can’t get it to build.  I get:

 

BTW, for 2.4.x and master the official builds use VS2015,  not that this is your issue.

 

 

1>  inet_addr.c

1>C:\Development\wireshark\wsutil\inet_addr.c(50): error C2220: warning treated as error - no 'object' file generated

1>C:\Development\wireshark\wsutil\inet_addr.c(50): warning C4013: 'inet_pton' undefined; assuming extern returning int

1>C:\Development\wireshark\wsutil\inet_addr.c(58): warning C4013: 'inet_ntop' undefined; assuming extern returning int

1>C:\Development\wireshark\wsutil\inet_addr.c(58): warning C4047: 'return' : 'const gchar *' differs in levels of indirection from 'int'

1>C:\Development\wireshark\wsutil\inet_addr.c(70): warning C4047: 'return' : 'const gchar *' differs in levels of indirection from 'int'

 

I can see that inet_pton and inet_ntop are provided by Windows, defined in WS2tcpip.h, e.g.

 

#if (NTDDI_VERSION >= NTDDI_VISTA)

WINSOCK_API_LINKAGE

INT

WSAAPI

inet_pton(

    _In_                                      INT             Family,

    _In_                                      PCSTR           pszAddrString,

    _Out_writes_bytes_(sizeof(IN6_ADDR))      PVOID           pAddrBuf

    );

.

.

 

The include is in C:\Program Files (x86)\Windows Kits\8.1\Include\um

 

What am I doing wrong?

 

Cheers…Paul


______________________________________________________________________

This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.

Any views or opinions expressed are solely those of the author and do not necessarily represent those of Advance Seven Ltd. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission.

Advance Seven Ltd. Registered in England & Wales numbered 2373877 at Endeavour House, Coopers End Lane, Stansted, Essex CM24 1SJ

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe




--

Graham Bloice

Software Developer

Trihedral UK Limited


______________________________________________________________________

This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.

Any views or opinions expressed are solely those of the author and do not necessarily represent those of Advance Seven Ltd. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission.

Advance Seven Ltd. Registered in England & Wales numbered 2373877 at Endeavour House, Coopers End Lane, Stansted, Essex CM24 1SJ

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________