aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-tap-reg.py
AgeCommit message (Collapse)AuthorFilesLines
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-01Use 4-space (PEP 8) indentation. Add modelines.Gerald Combs1-63/+75
svn path=/trunk/; revision=53685
2013-09-14Add GPL license as per Anders' email.Evan Huus1-0/+20
svn path=/trunk/; revision=52033
2013-08-02Make sure we're compatible with Python 2 + 3. Tested with Pythons 2.5,Gerald Combs1-4/+4
2.7, and 3.3. svn path=/trunk/; revision=51106
2013-04-10Use consistent "generated automatically" wording which will hopefully beGerald Combs1-4/+2
picked up by licensecheck. svn path=/trunk/; revision=48812
2012-09-18If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it'sJeff Morriss1-0/+4
slightly faster than the old shell-script version on *NIX and it seems significantly faster on Windows. svn path=/trunk/; revision=44972
2010-03-25Set svn:executable property for some .py and .pl filesBill Meier1-0/+0
svn path=/trunk/; revision=32287
2009-02-20Replace the clists with gtk_list_storeAnders Broman1-0/+159
Should fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3246 svn path=/trunk/; revision=27489