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

Function HTPCallbackRequestLine

test/fuzz/fuzz_htp.c:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static int HTPCallbackRequestLine(htp_tx_t *tx)
105{
106 fprintf(logfile, "HTPCallbackRequestLine\n");
107 return 0;
108}
109
110/**
111 * Invoked every time LibHTP wants to log.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected