aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
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) {\