aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake2.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Use "tvb_get_string()" instead of duplicating its functionality by hand.Guy Harris2004-02-251-14/+5
* Remove a bunch of duplicate semicolons.Gerald Combs2003-09-211-2/+2
* For the "all the rest of the packet is just text" case, just allocate aGuy Harris2003-06-121-20/+25
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-191-10/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-79/+79
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Code from Jan Berkel <jan.berkel@gmx.de> toUwe Girlich2002-07-291-13/+541
* code cleanup, removed unused parameters, inserted some _U_Uwe Girlich2002-04-021-3/+3
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-8/+6
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+9
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-7/+8
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-11/+2
* Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke2001-11-261-2/+2
* Switched from calling dissect_data to using call_dissectorEd Warnicke2001-11-251-3/+5
* Before calling proto_tree_add_string, the correct proto_tree shouldUwe Girlich2001-07-221-2/+2
* initial checkin of the Quake II network protocol dissectorUwe Girlich2001-06-211-0/+426