summaryrefslogtreecommitdiff
path: root/Source/Core/Common/PcapFile.cpp
AgeCommit message (Collapse)Author
2023-11-23BBA/HLE: Fix random PCAP file corruptionSepalani
Concurrency between RecvHandlePacket and SendFromDirectFIFO
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2021-01-30NetworkCaptureLogger: PCAP support addedSepalani
Log TCP/UDP read/write with fake packet.
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2018-05-29PcapFile: Namespace code under the Common namespaceLioncash
Brings more common code under the Common namespace.
2017-06-15Move IOFile to a separate fileJosJuice
Reduces the number of files that need to be recompiled when making changes to FileUtil.h.
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-06-22Common: Add a PCAP writer modulePierre Bourdon