| 91 | } |
| 92 | |
| 93 | static int HTPCallbackRequest(htp_tx_t *tx) |
| 94 | { |
| 95 | fprintf(logfile, "HTPCallbackRequest\n"); |
| 96 | return 0; |
| 97 | } |
| 98 | |
| 99 | static int HTPCallbackResponseStart(htp_tx_t *tx) |
| 100 | { |
nothing calls this directly
no outgoing calls
no test coverage detected