aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-07-17 20:47:38 +0100
committerAnders Broman <a.broman58@gmail.com>2017-07-18 04:41:12 +0000
commit279a2762dc9f11a68afa3cb84e6ccd9047ede1eb (patch)
tree932cedc2c3c10e39c3b8393d85546f453991fcb0 /tools
parente46bd2827f581f1c5b18c4e166c13741fa6a99a8 (diff)
Extend enterprises.tsv to accept spaces as separators
We can do so easily because the format is so simple. This makes it more convenient for a user to hand-edit a dictionary in the personal config folder. We still use tabs in the system file for a small space gain. Also add a brief description of the format as a comment. Change-Id: If3f741bff16f1f42c8ef07d643dc6463caaad1a5 Reviewed-on: https://code.wireshark.org/review/22678 Reviewed-by: Guy Harris <guy@alum.mit.edu> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-sminmpec.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make-sminmpec.pl b/tools/make-sminmpec.pl
index e00583f450..0c0019ecd2 100755
--- a/tools/make-sminmpec.pl
+++ b/tools/make-sminmpec.pl
@@ -96,6 +96,9 @@ print OUT <<"_SMINMPEC";
# generated from http://www.iana.org/assignments/enterprise-numbers
# run "tools/make-sminmpec.pl [infile]" to regenerate
#
+# The format used here is: <NUMERICAL_ID><SPACE><NAME>
+# Where SPACE can be any sequence of spaces and tabs.
+#
# $last_updated
$body
_SMINMPEC