Re: [Wireshark-dev] extcap slowing down start of WS

2017-01-03 Thread Stig Bjørlykke
On Tue, Jan 3, 2017 at 5:56 PM, Anders Broman wrote: > It now seems like extcap_register_preferences is the thing taking the > longest time when starting up Wireshark, at least on Window. One issue is that extcap_register_preferences is called before loading the interfaces, and therefore all extc

Re: [Wireshark-dev] extcap slowing down start of WS

2017-01-03 Thread Michal Labedzki
I use Wireshark will all extcaps expect ssh-based (there is no libssh 0.6 for Ubuntu 12.04) and I think my Wireshark starts in 2s (to see interface list) - demon of speed (splash seems to be not required, but it is fine). What time Wireshark spends for extcaps? It is not matter with startup time li

Re: [Wireshark-dev] Thousands of entries removed from the manuf file

2017-01-03 Thread Zach Chadwick
> > On Jan 3, 2017, at 12:26 PM, Alexis La Goutte > wrote: > > > Yes, i look like there is a issue for get oui(.txt) database on ieee > website > > > > There is a guard ( https://code.wireshark.org/review/18030 ) but only > on master... > > I backported all the changes to manuf.tmpl, wka.tmpl, and

Re: [Wireshark-dev] Packet sample repository/library?

2017-01-03 Thread Jirka Novak
Hello, 2) Won't be good idea to allow skip a sample from automatic testing (because it is for GUI demonstration)? >>> >>> You can invoke individual tests (which is most likely what you want when >>> you are testing changes to a single dissector). GUI versus tshark >>> single-pass and two

Re: [Wireshark-dev] Packet sample repository/library?

2017-01-03 Thread Jirka Novak
Hi Alexis, > You can "fork" the happy shark repo on Github and make a Pull Request > (PR) and the code will be review directly on Github I can't. Probably I'm not collaborator on happy-shark repository. Can you add me to collaborator list? Sincer

[Wireshark-dev] Adding an item to the proto tree for which there is no associated value, like a VOID param

2017-01-03 Thread Richard Sharpe
Hi folks, I am trying to indicate that a particular procedure (like the NULL proc) has no parameter or no response value. I was trying to add the string "void" using proto_tree_add_none_format but this is not inserting anything into the tree. For example: tmp_item = proto_tree_add_none_

Re: [Wireshark-dev] Thousands of entries removed from the manuf file

2017-01-03 Thread Guy Harris
On Jan 3, 2017, at 12:26 PM, Alexis La Goutte wrote: > Yes, i look like there is a issue for get oui(.txt) database on ieee website > > There is a guard ( https://code.wireshark.org/review/18030 ) but only on > master... I backported all the changes to manuf.tmpl, wka.tmpl, and tools/make-manu

Re: [Wireshark-dev] Thousands of entries removed from the manuf file

2017-01-03 Thread Alexis La Goutte
Hi Zach, Yes, i look like there is a issue for get oui(.txt) database on ieee website There is a guard ( https://code.wireshark.org/review/18030 ) but only on master... On Tue, Jan 3, 2017 at 9:09 PM, Zach Chadwick wrote: > Hello all, > > I noticed a recent automated commit to update the man

[Wireshark-dev] Thousands of entries removed from the manuf file

2017-01-03 Thread Zach Chadwick
Hello all, I noticed a recent automated commit to update the manuf file and related items had removed over 21,000 entries. https://code.wireshark.org/review/#/c/19493/ I wonder if some of the URL's specified in tools/make-manuf are not working and thus led to the removal of all those lines?

Re: [Wireshark-dev] extcap slowing down start of WS

2017-01-03 Thread Pascal Quantin
Hi Anders, 2017-01-03 17:56 GMT+01:00 Anders Broman : > Hi, > > It now seems like extcap_register_preferences is the thing taking the > longest time when starting up Wireshark, at least on Window. > > Any one care to take a look? > Presumably this is because for each extcap utility present in th

[Wireshark-dev] extcap slowing down start of WS

2017-01-03 Thread Anders Broman
Hi, It now seems like extcap_register_preferences is the thing taking the longest time when starting up Wireshark, at least on Window. Any one care to take a look? Regards Anders ___ Sent via:Wireshark-dev mailing list A

Re: [Wireshark-dev] make-version.pl "problems"

2017-01-03 Thread Anders Broman
Hi, Thanks for looking in to it but Still not completely ok :-( Line 551, 578 $line = sprintf("$1%d$2\n" I removed \n But there is still problems with Debaian/changelog /CMakeLists.txt ./configure.ac Regards Anders -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wir

Re: [Wireshark-dev] RTP player redesign in 2.x makes it worse than the legacy one

2017-01-03 Thread Graham Bloice
On 2 January 2017 at 09:16, Alexis La Goutte wrote: > Hi Jirka, > > RTP Player is not often use by core team... (but used by a lot of > users)... > > Patches are welcome :) > > As someone who has never used the RTP player, I've often thought it's a bit of a stretch for a "Packet Analyser" to inc

Re: [Wireshark-dev] Lintian fails on PD

2017-01-03 Thread Dario Lombardo
Ok, thanks for pointing that out. On Mon, Jan 2, 2017 at 11:03 PM, Alexis La Goutte wrote: > Hi Dario (and dev) > > It is now fixed for master-2.2 with backport of > https://code.wireshark.org/review/#/c/19500/ > > and i working on master-2.0 to fix also build https://code.wireshark.org/ > revie