summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2017-06-04 12:32:13 +0200
committerPeter Wu <peter@lekensteyn.nl>2017-06-05 16:10:58 +0000
commit345046c83d780c6c32a729ce5945b869f27c37f5 (patch)
treeb69902b32bedae2e110d58ed28c3c7495dd4a10d /debian
parent027aae1cd39f8cf9ce220fd20b94a9780d3b167e (diff)
downloadwireshark-345046c83d780c6c32a729ce5945b869f27c37f5.tar.gz
wsutil: Add XTEA block cipher
XTEA is a 64-bit block Feistel cipher with a 128-bit key and a suggested 64 rounds. It's used by the MMORPG Tibia for encrypting game server traffic. Usual XTEA treats the blocks as big-endian. Tibia treats them as little endian, therefore both versions are provided. Change-Id: I9ad0c8e066f848b20772ce4e1d3df19deff307b8 Reviewed-on: https://code.wireshark.org/review/21942 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwsutil0.symbols2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols
index 5b9c711b35..784392a606 100644
--- a/debian/libwsutil0.symbols
+++ b/debian/libwsutil0.symbols
@@ -45,6 +45,8 @@ libwsutil.so.0 libwsutil0 #MINVER#
create_tempfile@Base 1.12.0~rc1
crypt_des_ecb@Base 2.3.0
data_file_url@Base 2.3.0
+ decrypt_xtea_ecb@Base 2.5.0
+ decrypt_xtea_le_ecb@Base 2.5.0
delete_persconffile_profile@Base 1.12.0~rc1
file_exists@Base 1.12.0~rc1
file_open_error_message@Base 1.12.0~rc1