aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tibia.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-20tibia: Use wmem for decrypted bufferStig Bjørlykke1-2/+1
2018-09-11sizeof isn't useful when calculating the size of data in the packet.Guy Harris1-8/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-24Fix build and thread runtime compat with older GLibPeter Wu1-1/+1
2017-09-20tibia: fix 'tibia.vip' exists multiple times with NOT compatible types: FT_BO...Alexis La Goutte1-1/+1
2017-09-10Tibia: Remove UAT error dialog in GnuTLS-less buildsAhmad Fatoum1-49/+49
2017-09-10Tibia: Fix malformed packet exceptions on first passAhmad Fatoum1-7/+21
2017-09-08Add basic Tibia game protocol dissectionAhmad Fatoum1-24/+835
2017-09-08Add Tibia login protocol dissectorAhmad Fatoum1-0/+1939