mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
NetworkCaptureLogger: PCAP support added
Log TCP/UDP read/write with fake packet.
This commit is contained in:
@ -43,4 +43,5 @@ private:
|
||||
QCheckBox* m_dump_root_ca_checkbox;
|
||||
QCheckBox* m_dump_peer_cert_checkbox;
|
||||
QCheckBox* m_verify_certificates_checkbox;
|
||||
QCheckBox* m_dump_as_pcap_checkbox;
|
||||
};
|
||||
|
Reference in New Issue
Block a user