Re: [Wireshark-dev] Regenerating moc files

2020-03-27 Thread Roland Knall
moc Files are run, if their accompanying .cpp File changed. I am not aware of a cmake command to run it forcefully, but you can always run “touch” on the wronged file. Cheers > Am 27.03.2020 um 19:17 schrieb Dario Lombardo : > >  > Hi, > is there a cmake target to unconditionally regenerate

[Wireshark-dev] Regenerating moc files

2020-03-27 Thread Dario Lombardo
Hi, is there a cmake target to unconditionally regenerate Qt moc files? If I change something in the cmake defines, the target qtui_autogen doesn't actually regenerate the moc files, giving me a compilation error. Otherwise if I manually remove the moc dir ui/qt/qtui_autogen/ and recompile, goes ok

Re: [Wireshark-dev] Build without LUA fails

2020-03-27 Thread Dario Lombardo
It worked. I'm pushing the fix. Thanks you made my day ;). On Fri, Mar 27, 2020 at 6:16 PM Pascal Quantin wrote: > Hi Dario, > Le ven. 27 mars 2020 à 18:10, Dario Lombardo a écrit : > >> On Thu, Mar 19, 2020 at 9:09 AM Pascal Quantin >> wrote: >> >>> >>> Note that the previous patch was incomp

Re: [Wireshark-dev] Build without LUA fails

2020-03-27 Thread Pascal Quantin
Hi Dario, Le ven. 27 mars 2020 à 18:10, Dario Lombardo a écrit : > On Thu, Mar 19, 2020 at 9:09 AM Pascal Quantin > wrote: > >> >> Note that the previous patch was incomplete. Lines 103 and 108 must be >> changed also. See https://code.wireshark.org/review/#/c/36494/ >> >> > Should have it fixed

Re: [Wireshark-dev] Build without LUA fails

2020-03-27 Thread Dario Lombardo
On Thu, Mar 19, 2020 at 9:09 AM Pascal Quantin wrote: > > Note that the previous patch was incomplete. Lines 103 and 108 must be > changed also. See https://code.wireshark.org/review/#/c/36494/ > > Should have it fixed the compilation when lua is installed but disabled through ENABLE_LUA=0? I am

Re: [Wireshark-dev] "Custom" link-layer types for pcap and pcapng

2020-03-27 Thread Richard Sharpe
On Thu, Mar 26, 2020 at 7:44 PM Guy Harris wrote: > > Here's the proposal for "custom" link-layer types I threatened^Wpromised in > my earlier email. > > A link-layer type value of 0x will be reserved as LINKTYPE_CUSTOM, with > libpcap offering a DLT_CUSTOM. > > A custom link-layer type has