From 8958bab6dee184310e4393e33591eb0cef1f7de1 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 31 May 2006 17:38:42 +0000 Subject: Tethereal/tethereal -> TShark/tshark. svn path=/trunk/; revision=18268 --- capture_info.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'capture_info.c') diff --git a/capture_info.c b/capture_info.c index 5206230676..e9bc1d9316 100644 --- a/capture_info.c +++ b/capture_info.c @@ -113,13 +113,13 @@ cf_open_error_message(int err, gchar *err_info, gboolean for_writing, case WTAP_ERR_FILE_UNKNOWN_FORMAT: /* Seen only when opening a capture file for reading. */ - errmsg = "The file \"%s\" isn't a capture file in a format Twireshark understands."; + errmsg = "The file \"%s\" isn't a capture file in a format TShark understands."; break; case WTAP_ERR_UNSUPPORTED: /* Seen only when opening a capture file for reading. */ g_snprintf(errmsg_errno, sizeof(errmsg_errno), - "The file \"%%s\" isn't a capture file in a format Twireshark understands.\n" + "The file \"%%s\" isn't a capture file in a format TShark understands.\n" "(%s)", err_info); g_free(err_info); errmsg = errmsg_errno; @@ -135,15 +135,15 @@ cf_open_error_message(int err, gchar *err_info, gboolean for_writing, case WTAP_ERR_UNSUPPORTED_FILE_TYPE: /* Seen only when opening a capture file for writing. */ - errmsg = "Twireshark doesn't support writing capture files in that format."; + errmsg = "TShark doesn't support writing capture files in that format."; break; case WTAP_ERR_UNSUPPORTED_ENCAP: if (for_writing) - errmsg = "Twireshark can't save this capture in that format."; + errmsg = "TShark can't save this capture in that format."; else { g_snprintf(errmsg_errno, sizeof(errmsg_errno), - "The file \"%%s\" is a capture for a network type that Twireshark doesn't support.\n" + "The file \"%%s\" is a capture for a network type that TShark doesn't support.\n" "(%s)", err_info); g_free(err_info); errmsg = errmsg_errno; @@ -152,9 +152,9 @@ cf_open_error_message(int err, gchar *err_info, gboolean for_writing, case WTAP_ERR_ENCAP_PER_PACKET_UNSUPPORTED: if (for_writing) - errmsg = "Twireshark can't save this capture in that format."; + errmsg = "TShark can't save this capture in that format."; else - errmsg = "The file \"%s\" is a capture for a network type that Twireshark doesn't support."; + errmsg = "The file \"%s\" is a capture for a network type that TShark doesn't support."; break; case WTAP_ERR_BAD_RECORD: -- cgit v1.2.1