aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-services.py
AgeCommit message (Collapse)AuthorFilesLines
2017-08-06Make the services dictionary ordering stableJoão Valverde1-1/+2
Change-Id: I1d148fc5bc58998818043885615965eecc86b3de Reviewed-on: https://code.wireshark.org/review/22965 Reviewed-by: João Valverde <j@v6e.pt>
2017-08-04Optimize the "services" dictionaryJoão Valverde1-30/+92
Remove assignee and other miscellaneous information that changes more frequently than service name and can be consulted directly in the IANA registry. Allow merging identical transports into a single line for convenience and size/speed optimization (a backward-compatible change). Remove obsolete make-services.pl. Change-Id: I3ecbd1a6a68d87c084d77498a0eeb44b7afdab67 Reviewed-on: https://code.wireshark.org/review/22872 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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-08-09Fix error handling.Gerald Combs1-5/+5
svn path=/trunk/; revision=51240
2013-08-07Switch to make-services.py. Fix some variable names and version tests.Gerald Combs1-15/+15
svn path=/trunk/; revision=51189
2013-08-06Add a Python version of make-services.pl. Instead of trying to parse theGerald Combs1-0/+168
plain text version of the registry it parses the CSV version (which should hopefully be more reliable). Tested with Pythons 2.5, 2.6, 2.7, and 3.3. Update the services file. svn path=/trunk/; revision=51178