Re: [Wireshark-dev] Master build fails without pcap

2017-07-27 Thread Gisle Vanem
Dario Lombardo wrote: > The current master can't build if we disable PCAP in cmake. I can't be build if HAVE_EXTCAP is not defined either -- --gv ___ Sent via:Wireshark-dev mailing list

[Wireshark-dev] Master build fails without pcap

2017-07-27 Thread Dario Lombardo
The current master can't build if we disable PCAP in cmake. A build history can be found here https://travis-ci.org/crondaemon/wireshark/builds the commit that broke it was a very huge one, so I started to look at it but I'm still on it. Did someone started to track it or has any idea? Thanks

Re: [Wireshark-dev] Conditional compilation (debug)

2017-07-27 Thread Dario Lombardo
I was thinking to something like CMAKE_BUILD_TYPE (Debug/Release), but I'm not sure it fits the purpose and anyway it is cmake specific. The goal is: I want to make the debug of the interaction between ui and extcaps easier. For that I'd like to use some debug entries in the extcap interface

Re: [Wireshark-dev] "[UNVERIFIED SENDER]Re: "[UNVERIFIED SENDER]Re: Hierarchy of fields & offsets

2017-07-27 Thread Sultan, Hassan via Wireshark-dev
> -Original Message- > From: Guy Harris [mailto:g...@alum.mit.edu] > Sent: Tuesday, July 25, 2017 7:06 PM > To: Sultan, Hassan > Cc: Developer support list for Wireshark > Subject: "[UNVERIFIED SENDER]Re: "[UNVERIFIED SENDER]Re:

Re: [Wireshark-dev] Conditional compilation (debug)

2017-07-27 Thread Jeff Morriss
On Thu, Jul 27, 2017 at 12:34 PM, Dario Lombardo < dario.lombardo...@gmail.com> wrote: > Hi > I'd like to add some code that appears only in development builds of > wireshark. Is there some define that helps me understand if I am in such a > case, both in autotools and cmake? > Define

Re: [Wireshark-dev] Conditional compilation (debug)

2017-07-27 Thread Pascal Quantin
Hi Dario, 2017-07-27 18:34 GMT+02:00 Dario Lombardo : > Hi > I'd like to add some code that appears only in development builds of > wireshark. Is there some define that helps me understand if I am in such a > case, both in autotools and cmake? > You could check that

[Wireshark-dev] Conditional compilation (debug)

2017-07-27 Thread Dario Lombardo
Hi I'd like to add some code that appears only in development builds of wireshark. Is there some define that helps me understand if I am in such a case, both in autotools and cmake? Thanks. Dario. ___ Sent via:

Re: [Wireshark-dev] Build of Wireshark 2.4.0 source is failing to find bash during prep step

2017-07-27 Thread Pascal Quantin
Hi Michael, 2017-07-26 22:21 GMT+02:00 Michael Lum : > Hello, > > I have built 2.2.0, 2.2.1, 2.2.5 with no problems. > > I unpacked 2.4.0 source and created a build directory ws240-64. > > The first issue was a complaint about cmake version 3.5 not being good >

[Wireshark-dev] Build of Wireshark 2.4.0 source is failing to find bash during prep step

2017-07-27 Thread Michael Lum
Hello, I have built 2.2.0, 2.2.1, 2.2.5 with no problems. I unpacked 2.4.0 source and created a build directory ws240-64. The first issue was a complaint about cmake version 3.5 not being good enough. I installed cmake 3.9. I added a print statement in FindSH.cmake and it appears

Re: [Wireshark-dev] Wireshark 2.5.0 ws.css errors in docbook\developer_guide_chm.vcxproj

2017-07-27 Thread Alexis La Goutte
Hi, Please, it is a better to open a bug on bugtracker (for don't forget...) Cheers On Tue, Jul 25, 2017 at 10:07 PM, Jay Turner wrote: > ws.css has errors on lines 107 (body pre) and 116 (tt.literal, > code.literal where color 333 is written, but color code 333 is not