diff options
author | tianzhishuizhu <tianzhishuizhu5@gamil.com> | 2016-09-08 19:53:03 +0800 |
---|---|---|
committer | tianzhishuizhu <tianzhishuizhu5@gamil.com> | 2016-09-08 19:53:03 +0800 |
commit | 9ddaccbae0c35eec2cfc855d03ff04dcdbffe1ae (patch) | |
tree | c908d1974c731ff724ceb7c699d81457409454a2 /src/lib/protocols/afp.c | |
parent | f7ca670ce02562abc960d5ab4aa3772de96be36d (diff) |
text error
Diffstat (limited to 'src/lib/protocols/afp.c')
-rw-r--r-- | src/lib/protocols/afp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/afp.c b/src/lib/protocols/afp.c index 0f61986bc..74b98b8d0 100644 --- a/src/lib/protocols/afp.c +++ b/src/lib/protocols/afp.c @@ -54,7 +54,7 @@ void ndpi_search_afp(struct ndpi_detection_module_struct *ndpi_struct, struct nd } /* - * detection of GetStatus command of DSI protocl + * detection of GetStatus command of DSI protocol */ if (packet->payload_packet_len >= 18 && get_u_int16_t(packet->payload, 0) == htons(0x0003) && get_u_int16_t(packet->payload, 2) == htons(0x0001) && get_u_int32_t(packet->payload, 4) == 0 && |