diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-12-04 13:13:05 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-12-04 13:13:05 +0100 |
commit | f5c5bc88a7154db3ef6c1f50f59ffe62e6d2f447 (patch) | |
tree | 018ec38a55dfd9fb09de7661d31ace773e87f838 /nDPId.c | |
parent | 53d8a28582c4183ee052d4018334d58153367467 (diff) |
Replaced ambiguous naming of "JSON string" to more accurate "JSON message". #2
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId.c')
-rw-r--r-- | nDPId.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |