aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quakeworld.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-14From Joerg Mayer:Guy Harris1-8/+8
2002-04-02code cleanup: removed unused parameterUwe Girlich1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-8/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-11/+11
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-6/+8
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-11/+2
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-2/+2
2001-11-25Switched from calling dissect_data to using call_dissectorEd Warnicke1-4/+5
2001-07-22Before calling proto_tree_add_string, the correct proto_tree shouldUwe Girlich1-2/+2
2001-07-21New function added to dissect a infostring. I'll use it for other games too.Uwe Girlich1-80/+121
2001-07-21The connect request (client to server) is now much more detailed.Uwe Girlich1-15/+475
2001-06-21initial checkin of the QuakeWorld network protocol dissectorUwe Girlich1-0/+424