aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quakeworld.c
AgeCommit message (Collapse)AuthorFilesLines
2001-07-22Before calling proto_tree_add_string, the correct proto_tree shouldUwe Girlich1-2/+2
be checked and not any upper proto_tree object. svn path=/trunk/; revision=3766
2001-07-21New function added to dissect a infostring. I'll use it for other games too.Uwe Girlich1-80/+121
Connectionless packets are now better splitted in command and arguments. svn path=/trunk/; revision=3763
2001-07-21The connect request (client to server) is now much more detailed.Uwe Girlich1-15/+475
svn path=/trunk/; revision=3762
2001-06-21initial checkin of the QuakeWorld network protocol dissectorUwe Girlich1-0/+424
svn path=/trunk/; revision=3592