aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-03-14 03:51:07 -0700
committerGuy Harris <guy@alum.mit.edu>2019-03-14 10:51:57 +0000
commit306ead40b60b7762eacff6bf5aa1c52ec41fb62c (patch)
tree8b0bcd112c510ef129f5de420a4b9e6b73afcbba /wiretap
parentf18bd4bd68e950a22baa9d7d4f1ed9236b410f68 (diff)
Ask, in a comment, whether we should do an exact match on signatures.
Change-Id: I3c6e904a2e8cc843687b69f633fd0dfbf0ec7937 Reviewed-on: https://code.wireshark.org/review/32407 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/netscaler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/netscaler.c b/wiretap/netscaler.c
index 82945003dc..1c669ea6d5 100644
--- a/wiretap/netscaler.c
+++ b/wiretap/netscaler.c
@@ -837,6 +837,8 @@ wtap_open_return_val nstrace_open(wtap *wth, int *err, gchar **err_info)
** and the first N bytes of the field, where N is the length of the
** version string of the version (again, not counting the terminating
** '\0'), are equal to the version's signature string.
+**
+** XXX - should this do an exact match rather than a prefix match?
*/
#define nspm_signature_func(ver) \
static guint32 nspm_signature_isv##ver(gchar *sigp, size_t sigsize) {\