aboutsummaryrefslogtreecommitdiffstats
path: root/packet-slsk.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-12From Kendy Kutzner: don't use variable-length arrays, not all CGuy Harris1-7/+19
compilers support them. Also, use "tvb_memdup()" to make a copy of the compressed data - it's faster, and also checks to make sure the data is actually there (it throws an exception before allocating anything). svn path=/trunk/; revision=10048
2004-02-11Christian Wagner: Support for the Soul Seek P2P protocolJörg Mayer1-0/+2515
svn path=/trunk/; revision=10039