[Wireshark-dev] Problem with qtshark command line

2014-07-20 Thread Joerg Mayer
Hello, the following works with wireshark but not qtshark: jmayer@egg:~/work/wireshark/git(review/gerald_combs/wsug-intro-asciidoc)> qtshark -i wlan0 -k FIX: packet list heading menu sensitivity 08:51:34.953 Dbg plugin_dir: lib/wireshark/plugins/1.99.0 08:51:35.010 Main Dbg Translator en_US

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 8.1 x86

2014-07-20 Thread Anders Broman
Den 21 jul 2014 02:34 skrev "Evan Huus" : > > On Sun, Jul 20, 2014 at 8:25 PM, Guy Harris wrote: >> >> >> On Jul 20, 2014, at 5:04 PM, Evan Huus wrote: >> >> > I don't really get this - it happens inconsistently that the "fast" allocator takes longer to run than the "block" allocator. The fast al

Re: [Wireshark-dev] WSUG -> Asciidoc: Fixed docbook/CMakeLists.txt

2014-07-20 Thread Evan Huus
It should be as simple as git review –d 3139 # make change git commit -a --amend git review There's nothing "special" about changes uploaded by other users, so once you've got the change in a branch (which is what -d does) the rest of the process is pretty standard. > On Jul 20, 2014, at 22:49

[Wireshark-dev] WSUG -> Asciidoc: Fixed docbook/CMakeLists.txt

2014-07-20 Thread Joerg Mayer
Hello Gerald, as I'm too dumb to attach a corrected version of the docbook/CMakeLists.txt to https://code.wireshark.org/review/#/c/3139/ I'm sending it via the list Ciao Jörg -- Joerg Mayer We are stuck with technology when what we really want i

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 8.1 x86

2014-07-20 Thread Evan Huus
On Sun, Jul 20, 2014 at 8:25 PM, Guy Harris wrote: > > On Jul 20, 2014, at 5:04 PM, Evan Huus wrote: > > > I don't really get this - it happens inconsistently that the "fast" > allocator takes longer to run than the "block" allocator. The fast > allocator does much less work, and runs substantia

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 8.1 x86

2014-07-20 Thread Guy Harris
On Jul 20, 2014, at 5:04 PM, Evan Huus wrote: > I don't really get this - it happens inconsistently that the "fast" allocator > takes longer to run than the "block" allocator. The fast allocator does much > less work, and runs substantially faster than the block allocator everywhere > I've te

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows 8.1 x86

2014-07-20 Thread Evan Huus
I don't really get this - it happens inconsistently that the "fast" allocator takes longer to run than the "block" allocator. The fast allocator does much less work, and runs substantially faster than the block allocator everywhere I've tested it. I don't know what glib's timing mechanism is like,