extcap: reword error message referencing captype

There exists a program called "captype" but it's not used here.
This commit is contained in:
Chuck Craft 2021-10-12 21:17:01 -05:00 committed by Wireshark GitLab Utility
parent c6e44fb00c
commit a3625ec9f6
8 changed files with 8 additions and 8 deletions

View File

@ -2543,7 +2543,7 @@ int main(int argc, char *argv[]) {
*/
err_msg = init_progfile_dir(argv[0]);
if (err_msg != NULL) {
ws_warning("Can't get pathname of directory containing the captype program: %s.",
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
err_msg);
g_free(err_msg);
}

View File

@ -551,7 +551,7 @@ int main(int argc, char *argv[])
*/
err_msg = init_progfile_dir(argv[0]);
if (err_msg != NULL) {
ws_warning("Can't get pathname of directory containing the captype program: %s.",
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
err_msg);
g_free(err_msg);
}

View File

@ -509,7 +509,7 @@ int main(int argc, char *argv[])
*/
init_progfile_dir_error = init_progfile_dir(argv[0]);
if (init_progfile_dir_error != NULL) {
ws_warning("Can't get pathname of directory containing the captype program: %s.",
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
init_progfile_dir_error);
g_free(init_progfile_dir_error);
}

View File

@ -139,7 +139,7 @@ int main(int argc, char* argv[])
*/
err_msg = init_progfile_dir(argv[0]);
if (err_msg != NULL) {
ws_warning("Can't get pathname of directory containing the captype program: %s.",
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
err_msg);
g_free(err_msg);
}

View File

@ -170,7 +170,7 @@ int main(int argc, char *argv[])
*/
err_msg = init_progfile_dir(argv[0]);
if (err_msg != NULL) {
ws_warning("Can't get pathname of directory containing the captype program: %s.",
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
err_msg);
g_free(err_msg);
}

View File

@ -358,7 +358,7 @@ int main(int argc, char **argv)
*/
init_progfile_dir_error = init_progfile_dir(argv[0]);
if (init_progfile_dir_error != NULL) {
ws_warning("Can't get pathname of directory containing the captype program: %s.",
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
init_progfile_dir_error);
g_free(init_progfile_dir_error);
}

View File

@ -381,7 +381,7 @@ int main(int argc, char *argv[])
*/
err_msg = init_progfile_dir(argv[0]);
if (err_msg != NULL) {
ws_warning("Can't get pathname of directory containing the captype program: %s.",
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
err_msg);
g_free(err_msg);
}

View File

@ -374,7 +374,7 @@ int main(int argc, char *argv[])
*/
err_msg = init_progfile_dir(argv[0]);
if (err_msg != NULL) {
ws_warning("Can't get pathname of directory containing the captype program: %s.",
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
err_msg);
g_free(err_msg);
}