aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake3.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of duplicate semicolons.Gerald Combs2003-09-211-2/+2
* Remove some warnings from gcc.Gilbert Ramirez2003-07-251-2/+1
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-191-3/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-14/+14
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* code cleanup, removed unused parameters, inserted some _U_Uwe Girlich2002-04-021-2/+2
* Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris2002-04-021-6/+4
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-9/+7
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* 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-8/+11
* Get rid of some code to set "pinfo->current_proto"; let the EtherealGuy Harris2001-11-271-4/+1
* Switched from calling dissect_data to using call_dissectorEd Warnicke2001-11-251-3/+5
* The Quake III dissector called both the arena server port preference andGuy Harris2001-10-131-4/+4
* Some new commands added. I found them in a recent trace of Q3A 1.27g.Uwe Girlich2001-09-011-4/+24
* misleading comment changed on the byte orderingUwe Girlich2001-07-221-2/+2
* First working version of a Quake 3 Arena dissector.Uwe Girlich2001-07-221-0/+653