aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-15Conversation dissectors are called through a mechanism that doesn'tGuy Harris1-1/+10
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-9/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-3/+4
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-3/+3
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-2/+3
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez1-39/+12
2000-08-21Change from Andreas Sikkema to change the "old" and "new" members of theGuy Harris1-3/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-17/+5
2000-07-31Dissector now knows the actual game data communication too.Uwe Girlich1-46/+88
2000-07-27A Quake dissector. It can only dissect Quake 1 packets to UDP port 26000,Uwe Girlich1-0/+714