Re: [tcpdump-workers] [Patch] print-dhcp6.c

2013-03-26 Thread Guy Harris
On Mar 26, 2013, at 6:08 AM, Gisle Vanem wrote: > This file doesn't compile using MSVC v16 (from VC-Express 2010) > because it has variable definitions after statements ('<< problem X' below). > tcpdump should be in pure C, not C++ or gcc features. Right? Right. (GCC features are OK if

[tcpdump-workers] [Patch] print-dhcp6.c

2013-03-26 Thread Gisle Vanem
This file doesn't compile using MSVC v16 (from VC-Express 2010) because it has variable definitions after statements ('<< problem X' below). tcpdump should be in pure C, not C++ or gcc features. Right? Patch: --- Git-Latest\print-dhcp6.cThu Feb 28 16:10:44 2013 +++ print-dhcp6.c Mon