aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-12Add new routines:guy1-149/+96
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Badgerald1-30/+12
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-15/+15
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-04-02code cleanup, removed unused parameters, inserted some _U_girlich1-17/+17
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-4/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
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-4/+3
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherguy1-12/+5
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-09-03Instead of having a single datum attached to a conversation, have a listguy1-2/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-4/+4
2001-06-21signed/unsigned warning correctedgirlich1-25/+51
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-27/+27
2001-04-15Conversation dissectors are called through a mechanism that doesn'tguy1-1/+10
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-9/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-3/+4
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soguy1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-3/+3
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-2/+3
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.gram1-39/+12
2000-08-21Change from Andreas Sikkema to change the "old" and "new" members of theguy1-3/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-17/+5
2000-07-31Dissector now knows the actual game data communication too.girlich1-46/+88
2000-07-27A Quake dissector. It can only dissect Quake 1 packets to UDP port 26000,girlich1-0/+714