From ba9b08a710d88b22ac4ef3560c18cda3fc411c27 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 17 Feb 2021 16:37:04 -0800 Subject: [PATCH] netscaler: fix a comment. --- wiretap/netscaler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiretap/netscaler.c b/wiretap/netscaler.c index 4755da4a20..1b313d219a 100644 --- a/wiretap/netscaler.c +++ b/wiretap/netscaler.c @@ -912,7 +912,7 @@ nspm_signature_func(35) ** if we find one, check the signature against the ones we support. ** If we find one we support, return the file type/subtype for that ** file version. If we don't find a signature record with a signature -** we support, return WTAP_FILE_TYPE_SUBTYPE_UNKNOWN. +** we support, return NSPM_SIGNATURE_NOMATCH. ** ** We don't know what version the file is, so we can't make ** assumptions about the format of the records.