aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
diff options
context:
space:
mode:
Diffstat (limited to 'nDPId.c')
-rw-r--r--nDPId.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPId.c b/nDPId.c
index e04b11dd3..460a9237b 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -3111,7 +3111,7 @@ static uint32_t calculate_ndpi_flow_struct_hash(struct ndpi_flow_struct const *
{
/*
* This is a kludge, but necessary for now as I do not want to spam nDPIsrvd and clients
- * with the same detection json string over and over again.
+ * with the same detection JSON message over and over again.
* So we are building a hash over the more "stable" parts of the ndpi flow struct.
* Stable in terms of they should only change if the detection changes for whatever reason.
* At the time of writing, nDPI has no API function to check if the detection changed