aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/gnutella.c
diff options
context:
space:
mode:
authorMichele Campus <fci1908@gmail.com>2017-03-13 14:46:22 +0100
committerGitHub <noreply@github.com>2017-03-13 14:46:22 +0100
commit1e014aa95b76e5a73a7a2bef9b729a25c914c735 (patch)
tree40607453631b52838da6bab919103a16b0ab50d8 /src/lib/protocols/gnutella.c
parent9962eb1f085c07b03c38375e2a688850cf82a8ce (diff)
parente17f62d26149b176d59deb9b7b643b3c57d223bb (diff)
Merge pull request #348 from jsoref/spelling
Spelling fixes
Diffstat (limited to 'src/lib/protocols/gnutella.c')
-rw-r--r--src/lib/protocols/gnutella.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/gnutella.c b/src/lib/protocols/gnutella.c
index e45096391..1ead0570b 100644
--- a/src/lib/protocols/gnutella.c
+++ b/src/lib/protocols/gnutella.c
@@ -203,7 +203,7 @@ void ndpi_search_gnutella(struct ndpi_detection_module_struct *ndpi_struct, stru
&& packet->payload[packet->payload_packet_len - 2] == 0x0a) {
if (packet->payload_packet_len > 3 && memcmp(packet->payload, "GIV", 3) == 0) {
NDPI_LOG(NDPI_PROTOCOL_GNUTELLA, ndpi_struct, NDPI_LOG_TRACE, "MORPHEUS GIV DETECTED\n");
- /* Not Excludeing the flow now.. We shall Check the next Packet too for Gnutella Patterns */
+ /* Not Excluding the flow now.. We shall Check the next Packet too for Gnutella Patterns */
return;
}
}