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

Function HTPCallbackRequestLine

test/fuzz/fuzz_diff.c:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected