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

Function HTPCallbackResponseHeaderData

test/fuzz/fuzz_diff.c:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static int HTPCallbackResponseHeaderData(htp_tx_data_t *tx_data)
49{
50 fprintf(logfile, "HTPCallbackResponseHeaderData %"PRIuMAX"\n", (uintmax_t)tx_data->len);
51 if (tx_data->len > 0) {
52 fprintf(logfile, "HTPCallbackResponseHeaderData %x %x\n", tx_data->data[0], tx_data->data[(uintmax_t)tx_data->len-1]);
53 }
54 return 0;
55}
56
57static int HTPCallbackRequestHasTrailer(htp_tx_t *tx)
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected