Commit 12461de3 authored by bol-van's avatar bol-van
Browse files

nfqws,tpws: optimize tls debug, show quic

parent 7dab497b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ void tamper_out(t_ctrack *ctrack, const struct sockaddr *dest, uint8_t *segment,
	{
		VPRINT("Data block contains TLS ClientHello\n");
		l7proto=TLS;
		if (params.debug) TLSDebug(segment,*size);
		TLSDebug(segment,*size);
		bHaveHost=TLSHelloExtractHost((uint8_t*)segment,*size,Host,sizeof(Host),false);
	}
	else