aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-2/+2
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-4/+4
* signed/unsigned warning correctedUwe Girlich2001-06-211-25/+51
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-27/+27
* Conversation dissectors are called through a mechanism that doesn'tGuy Harris2001-04-151-1/+10
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-9/+5
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-3/+4
* Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris2000-12-021-1/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-3/+3
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-2/+3
* Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez2000-08-301-39/+12
* Change from Andreas Sikkema to change the "old" and "new" members of theGuy Harris2000-08-211-3/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-17/+5
* Dissector now knows the actual game data communication too.Uwe Girlich2000-07-311-46/+88
* A Quake dissector. It can only dissect Quake 1 packets to UDP port 26000,Uwe Girlich2000-07-271-0/+714