diff --git a/src/app-layer-htp.c b/src/app-layer-htp.c index a34d5d8b3b..8a581d703f 100644 --- a/src/app-layer-htp.c +++ b/src/app-layer-htp.c @@ -282,6 +282,7 @@ void AppLayerHtpEnableRequestBodyCallback(void) * \brief Function to handle the reassembled data from client and feed it to * the HTP library to process it. * + * \param flow Pointer to the flow the data belong to * \param htp_state Pointer the state in which the parsed value to be stored * \param pstate Application layer parser state for this session * \param input Pointer the received HTTP client data @@ -434,6 +435,7 @@ error: * \brief Function to handle the reassembled data from server and feed it to * the HTP library to process it. * + * \param flow Pointer to the flow the data belong to * \param htp_state Pointer the state in which the parsed value to be stored * \param pstate Application layer parser state for this session * \param input Pointer the received HTTP server data