google / quic-trace

Library and tools for transcribing QUIC connections.
Apache License 2.0
113 stars 19 forks source link

feat: make render_trace(1) to accept JSON as well as QTR #24

Closed gfx closed 4 years ago

gfx commented 4 years ago

It's easy to change render_trace(1) to accept JSON without using transform_quic_trace(1).

Basically it just does the same as https://github.com/google/quic-trace/blob/master/tools/transform_quic_trace.cc

gfx commented 4 years ago

Thanks @janaiyengar for your advice! 😄

gfx commented 4 years ago

Thanks!