| 97 | } |
| 98 | |
| 99 | static int HTPCallbackResponseStart(htp_tx_t *tx) |
| 100 | { |
| 101 | fprintf(logfile, "HTPCallbackResponseStart\n"); |
| 102 | return 0; |
| 103 | } |
| 104 | |
| 105 | static int HTPCallbackRequestLine(htp_tx_t *tx) |
| 106 | { |
nothing calls this directly
no outgoing calls
no test coverage detected