JorisHerbots / vegvisir

Vegvisir is an automated testing framework for orchestrating prototypical QUIC-HTTP/3 client-server communications using simulated network conditions.
Other
17 stars 3 forks source link

Getting pcaps for a network simulation #9

Closed Shivansh20128 closed 1 year ago

Shivansh20128 commented 1 year ago

Hi, In the READ_ME file, it has been mentioned that by default, pcap files are generated for network simulations -"By default, compatible QUIC-based applications/implementations will create qlogs, and the network simulations will create pcaps". However, in the implementation, I could not find any such step to produce pcap files. And even after launching the setup of the client-shaper-server, no pcap files are generated (while the qlog files are generating fine). Please advise how these pcap files can be generated. Thank You

JorisHerbots commented 1 year ago

We introduced a generic way for generating pcaps in #12. This should generate pcaps of the edges of the shaper container, independent of the actual shaper software being used. From my testing, this produces correct pcaps. Please inform us via a new issue if you experience any problems with this enhancement.