diff options
author | Michele Campus <fci1908@gmail.com> | 2016-09-08 14:48:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-08 14:48:54 +0200 |
commit | 2ae4db34b03a4fb0fc919484b64f667530b609e9 (patch) | |
tree | eb85662717b6fe28f84edbdc3d61e6ac1c2008b0 /src/lib/protocols/afp.c | |
parent | 3ceb19a9c681dd5711d083fa9af894e643036fc3 (diff) | |
parent | 9ddaccbae0c35eec2cfc855d03ff04dcdbffe1ae (diff) |
Merge pull request #261 from tianzhishuizhu/dev
optimization for code duplication
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 && |