xieyuschen / quic-example

Explore the http3 by quic with examples
Apache License 2.0
14 stars 2 forks source link

Commands in tcp dump #8

Open xieyuschen opened 2 years ago

xieyuschen commented 2 years ago

Commands to see the details

quic-example/cert$ openssl x509 -in ca.pem -noout -text
sudo tcpdump -nnvXSs 0 -i lo port 4242 -xx -tt

Ignoring -X option can avoid converting hex to text and it helps to decrypt.