aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake3.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-21Remove a bunch of duplicate semicolons.Gerald Combs1-2/+2
2003-07-25Remove some warnings from gcc.Gilbert Ramirez1-2/+1
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs1-3/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-14/+14
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-04-02code cleanup, removed unused parameters, inserted some _U_Uwe Girlich1-2/+2
2002-04-02Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris1-6/+4
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-9/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-8/+11
2001-11-27Get rid of some code to set "pinfo->current_proto"; let the EtherealGuy Harris1-4/+1
2001-11-25Switched from calling dissect_data to using call_dissectorEd Warnicke1-3/+5
2001-10-13The Quake III dissector called both the arena server port preference andGuy Harris1-4/+4
2001-09-01Some new commands added. I found them in a recent trace of Q3A 1.27g.Uwe Girlich1-4/+24
2001-07-22misleading comment changed on the byte orderingUwe Girlich1-2/+2
2001-07-22First working version of a Quake 3 Arena dissector.Uwe Girlich1-0/+653