mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refs #914 Ignore FSIP2PR packets.
This commit is contained in:
@@ -980,6 +980,10 @@ namespace BlackCore
|
|||||||
emit customFSInnPacketReceived(callsign, data[1], data[2], data[7], data[8]);
|
emit customFSInnPacketReceived(callsign, data[1], data[2], data[7], data[8]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (packetId.compare("FSIP2PR", Qt::CaseInsensitive) == 0)
|
||||||
|
{
|
||||||
|
// FSInn peer2peer protocol - ignore, not supported
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
CLogMessage(this).warning("Unknown custom packet from %1 - id: %2") << callsign.toQString() << packetId;
|
CLogMessage(this).warning("Unknown custom packet from %1 - id: %2") << callsign.toQString() << packetId;
|
||||||
|
|||||||
Reference in New Issue
Block a user