make-dissectors: Print the number of functions successfully parsed

Change-Id: I7364571ddc9b86efd41dcade97f843037e09f0ac
Reviewed-on: https://code.wireshark.org/review/24541
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2017-11-22 19:34:28 +00:00 committed by João Valverde
parent f5bc86df04
commit 2add5e701f
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ int main(int argc, char **argv)
printf(" { NULL, NULL }\n"
"};\n");
fprintf(stderr, "Found %u registrations and %u handoffs.\n", protos->len, handoffs->len);
g_regex_unref(protos_regex);
g_regex_unref(handoffs_regex);