Skip to content

Commit 89a1a26

Browse files
committed
Remove legacy server + fmt fix
1 parent 5de66ab commit 89a1a26

File tree

4 files changed

+0
-410
lines changed

4 files changed

+0
-410
lines changed

app/src/main/cpp/PacketAnalyzer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
#include <string>
1212
#include <vector>
1313

14-
//#define LOG_TAG "ToyVpnNativeCode"
15-
//
16-
//#define LOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
17-
1814
void analyzeDnsPacket(const pcpp::Packet &packet,
1915
std::ostringstream &jsonStream) {
2016
auto dnsLayer = packet.getLayerOfType<pcpp::DnsLayer>();

server/linux/legacy/Makefile

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)