aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quakeworld.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-21Remove a bunch of duplicate semicolons.gerald1-2/+2
2003-07-25Remove some warnings from gcc.gram1-2/+1
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Badgerald1-3/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-26/+26
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-06-09Make various text buffers all the same size, so that, for example, weguy1-6/+8
2002-04-14From Joerg Mayer:guy1-8/+8
2002-04-02code cleanup: removed unused parametergirlich1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-8/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-11/+11
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-6/+8
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-11/+2
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_Xhagbard1-2/+2
2001-11-25Switched from calling dissect_data to using call_dissectorhagbard1-4/+5
2001-07-22Before calling proto_tree_add_string, the correct proto_tree shouldgirlich1-2/+2
2001-07-21New function added to dissect a infostring. I'll use it for other games too.girlich1-80/+121
2001-07-21The connect request (client to server) is now much more detailed.girlich1-15/+475
2001-06-21initial checkin of the QuakeWorld network protocol dissectorgirlich1-0/+424