[Wireshark-dev] enum preferences vs Go Fish

2015-03-16 Thread mmann78
The SocketCan dissector has an enumerated preference to pick its subdissector, manually finding all enumerated options through find_dissector(). This doesn't work well for plugins and they are not going to modify enum preference source as the whole point is to not have to modify Wireshark

Re: [Wireshark-dev] enum preferences vs Go Fish

2015-03-16 Thread Evan Huus
On Mon, Mar 16, 2015 at 4:19 PM, mman...@netscape.net wrote: The SocketCan dissector has an enumerated preference to pick its subdissector, manually finding all enumerated options through find_dissector(). This doesn't work well for plugins and they are not going to modify enum preference

Re: [Wireshark-dev] Latest code broken?

2015-03-16 Thread Graham Bloice
As a cross check you can always look at the buildbot status: https://buildbot.wireshark.org/trunk/waterfall If the buildbots succeed in compiling the latest master and you don't, then it's likely that the problem is in your environment. On 16 March 2015 at 04:28, Anil anilkumar...@gmail.com

Re: [Wireshark-dev] My recent build of Wireshark from the master branch consumes 99-100% of the CPU

2015-03-16 Thread Michal Labedzki
I believe this patch fix that: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80939682f9f059b7fc57b6d535fae3a55c7c7d27 On 12 March 2015 at 03:18, Peter Wu pe...@lekensteyn.nl wrote: On Tue, Mar 10, 2015 at 08:37:39PM -0700, Richard Sharpe wrote: On Tue, Mar 10, 2015 at 8:15

Re: [Wireshark-dev] Set capture to TZ blah?

2015-03-16 Thread Richard Sharpe
On Mon, Mar 16, 2015 at 12:20 AM, Michal Labedzki michal.labed...@tieto.com wrote: I know this issue. I use View - Timeshift - Shift all packet (+8:00:00) what add 8 hours to all packets timestamp. Of course you must know what the time difference between logs, but to this day it works for me.

Re: [Wireshark-dev] Set capture to TZ blah?

2015-03-16 Thread Guy Harris
On Mar 16, 2015, at 12:20 AM, Michal Labedzki michal.labed...@tieto.com wrote: I know this issue. I use View - Timeshift - Shift all packet (+8:00:00) what add 8 hours to all packets timestamp. Of course you must know what the time difference between logs, but to this day it works for me.