| 61 | } |
| 62 | |
| 63 | static int HTPCallbackResponseHasTrailer(htp_tx_t *tx) |
| 64 | { |
| 65 | fprintf(logfile, "HTPCallbackResponseHasTrailer\n"); |
| 66 | return 0; |
| 67 | } |
| 68 | |
| 69 | static int HTPCallbackRequestBodyData(htp_tx_data_t *tx_data) |
| 70 | { |
nothing calls this directly
no outgoing calls
no test coverage detected