aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake2.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-25Use "tvb_get_string()" instead of duplicating its functionality by hand.guy1-14/+5
2003-09-21Remove a bunch of duplicate semicolons.gerald1-2/+2
2003-06-12For the "all the rest of the packet is just text" case, just allocate aguy1-20/+25
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Badgerald1-10/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-79/+79
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-07-29Code from Jan Berkel <jan.berkel@gmx.de> togirlich1-13/+541
2002-04-02code cleanup, removed unused parameters, inserted some _U_girlich1-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-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-7/+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-3/+5
2001-07-22Before calling proto_tree_add_string, the correct proto_tree shouldgirlich1-2/+2
2001-06-21initial checkin of the Quake II network protocol dissectorgirlich1-0/+426