diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2015-07-09 00:29:03 -0700 |
---|---|---|
committer | Luca Deri <lucaderi@users.noreply.github.com> | 2015-07-09 00:29:03 -0700 |
commit | 436af982fdbb9e71237d9e6c6a045db9df96e166 (patch) | |
tree | dcee68f0674eaa5d834a12076f1562d2017612b5 /src/lib/protocols/gnutella.c | |
parent | 5266c726f257a6512ccd8de466f939ee950ade83 (diff) | |
parent | 1dd0c912c7bbbf8f0e6f1c24ccf5f89ba6251d71 (diff) |
Merge pull request #60 from kYroL01/dev
fixed upper/lower name and init_non_tcp_udp_dissector
Diffstat (limited to 'src/lib/protocols/gnutella.c')
-rw-r--r-- | src/lib/protocols/gnutella.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/gnutella.c b/src/lib/protocols/gnutella.c index 3b2916f08..09d4d0852 100644 --- a/src/lib/protocols/gnutella.c +++ b/src/lib/protocols/gnutella.c @@ -375,7 +375,7 @@ void ndpi_search_gnutella(struct ndpi_detection_module_struct *ndpi_struct, stru void init_gnutella_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) { - ndpi_set_bitmask_protocol_detection("GNUTELLA", ndpi_struct, detection_bitmask, *id, + ndpi_set_bitmask_protocol_detection("Gnutella", ndpi_struct, detection_bitmask, *id, NDPI_PROTOCOL_GNUTELLA, ndpi_search_gnutella, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_OR_UDP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION, |