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

Function HTPCallbackRequestBodyData

test/fuzz/fuzz_diff.c:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69static int HTPCallbackRequestBodyData(htp_tx_data_t *tx_data)
70{
71 fprintf(logfile, "HTPCallbackRequestBodyData %"PRIuMAX"\n", (uintmax_t)tx_data->len);
72 if (tx_data->len > 0 && tx_data->data != NULL) {
73 fprintf(logfile, "HTPCallbackRequestBodyData %x %x\n", tx_data->data[0], tx_data->data[(uintmax_t)tx_data->len-1]);
74 }
75 return 0;
76}
77
78static int HTPCallbackResponseBodyData(htp_tx_data_t *tx_data)
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected