| 1091 | #endif |
| 1092 | |
| 1093 | QByteArray Packet::HEXtoByteArray(QString thehex) |
| 1094 | { |
| 1095 | |
| 1096 | //function already ignores invalid chars... |
| 1097 | return QByteArray::fromHex(thehex.toLatin1());; |
| 1098 | } |
| 1099 | |
| 1100 | QString Packet::removeIPv6Mapping(QHostAddress ipv6) |
| 1101 | { |