MCPcopy Create free account
hub / github.com/OISF/libhtp / HTPCallbackResponseBodyData

Function HTPCallbackResponseBodyData

test/fuzz/fuzz_diff.c:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static int HTPCallbackResponseBodyData(htp_tx_data_t *tx_data)
79{
80 fprintf(logfile, "HTPCallbackResponseBodyData %"PRIuMAX"\n", (uintmax_t)tx_data->len);
81 if (tx_data->len > 0 && tx_data->data != NULL) {
82 fprintf(logfile, "HTPCallbackResponseBodyData %x %x\n", tx_data->data[0], tx_data->data[(uintmax_t)tx_data->len-1]);
83 }
84 return 0;
85}
86
87static int HTPCallbackRequestStart(htp_tx_t *tx)
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected