Wireshark mailing list archives
Re: Tool Ownership and Licensing
From: Guy Harris <guy () alum mit edu>
Date: Wed, 18 Sep 2013 14:28:32 -0700
On Sep 14, 2013, at 2:27 AM, Anders Broman <a.broman () bredband net> wrote:
Jeff Morriss skrev 2013-09-13 23:12:tools/make-tap-reg.py Anders BromanI don't remember writing this
http://anonsvn.wireshark.org/viewvc?revision=27489&view=revision
The log message was
Replace the clists with gtk_list_store
Should fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3246
which doesn't seem to have anything to do with the script - did you write it to speed up builds (especially on Windows
- getting rid of repeated CreateProcess() calls on Windows, as they're costlier than {v}fork()+exec on UN*X:
r2873 | gram | 2001-01-10 23:21:35 -0800 (Wed, 10 Jan 2001) | 8 lines
Add a python script which has the same functionality as the shell
script 'make-reg-dotc'. It is used only in the Win32 build because the
make-reg-dotc shell script is *so* sloooooooooow on Win32, due to the
multiple processes (grep, grep, sed) launched multiple times for each
source file. By putting all the text-mangling logic into a single Python
script, only one process is launched, and the source files are read
only once. It's *a lot* faster... seconds instead of minutes.
was the reason the Python make-register script was written) and check it in accidentally as part of that commit?
if I did it's a copy of the make-register script, I have no problem with having GPL2 copyright notice added.
If Gilbert's OK with GPLv2ing make-dissector-reg.py, then we might as well GPLv2 make-tap-reg.py as well. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Tool Ownership and Licensing Evan Huus (Sep 13)
- Re: Tool Ownership and Licensing Jeff Morriss (Sep 13)
- Re: Tool Ownership and Licensing Joerg Mayer (Sep 13)
- Re: Tool Ownership and Licensing Jeff Morriss (Sep 13)
- Re: Tool Ownership and Licensing Joerg Mayer (Sep 13)
- Re: Tool Ownership and Licensing Joerg Mayer (Sep 13)
- Re: Tool Ownership and Licensing Michael Tuexen (Sep 13)
- Re: Tool Ownership and Licensing Joerg Mayer (Sep 13)
- Re: Tool Ownership and Licensing Jeff Morriss (Sep 13)
- Re: Tool Ownership and Licensing Guy Harris (Sep 18)
- Re: Tool Ownership and Licensing Anders Broman (Sep 18)
- Re: Tool Ownership and Licensing Jeff Morriss (Sep 18)
- Re: Tool Ownership and Licensing Guy Harris (Sep 18)
- Re: Tool Ownership and Licensing Jeff Morriss (Sep 19)
- Re: Tool Ownership and Licensing Evan Huus (Sep 19)
- Re: Tool Ownership and Licensing - log history of renamed files Jeff Morriss (Sep 19)
- Re: Tool Ownership and Licensing Joerg Mayer (Sep 19)
- Re: Shell scripts for building *register*.c files Guy Harris (Sep 19)
