From aa27e665b1d469e54b8cbb9931d5324acdf4dc75 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 17 Dec 2014 16:31:49 -0800 Subject: Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE. That indicates that it's a problem specific to *writing* capture files; we've already converted some errors to that style, and added a new one in that style. Change-Id: I8268316fd8b1a9e301bf09ae970b4b1fbcb35c9d Reviewed-on: https://code.wireshark.org/review/5826 Reviewed-by: Guy Harris --- editcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editcap.c') diff --git a/editcap.c b/editcap.c index aa1a275048..04db36f674 100644 --- a/editcap.c +++ b/editcap.c @@ -1667,7 +1667,7 @@ main(int argc, char *argv[]) wtap_file_type_subtype_string(out_file_type_subtype)); break; - case WTAP_ERR_REC_TYPE_UNSUPPORTED: + case WTAP_ERR_UNWRITABLE_REC_TYPE: /* * This is a problem with the particular record we're * writing and the file type and subtype we're -- cgit v1.2.1