aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.c
Commit message (Expand)AuthorAgeFilesLines
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Small code optimization to make it possible to compile on ReliantUNIX.Uwe Girlich2000-11-301-59/+9
* Fix buffer overruns:Gerald Combs2000-11-191-4/+4
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* more decoding of afs bos trafficNathan Neulinger2000-11-031-21/+214
* finished up afs fs requests, more macros implementedNathan Neulinger2000-11-031-15/+42
* finished up structure for fs replies, though macros still need implementedNathan Neulinger2000-11-031-4/+117
* Split into a separate files. Started adding a bunch more decoding ofNathan Neulinger2000-11-031-1360/+240
* added backup,rmtsys,update opcodesNathan Neulinger2000-11-021-9/+48
* more cleanup of opcodesNathan Neulinger2000-11-021-29/+34
* added entry, fixed couple of typosNathan Neulinger2000-11-021-2/+3
* Make the routines used for the hash table static - they're not usedGuy Harris2000-10-231-4/+4
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-3/+3
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Fix the display of volume names.Guy Harris2000-06-211-7/+7
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-36/+35
* Add tvbuff class.Gilbert Ramirez2000-05-111-40/+40
* Fix up a bunch of places where a pointer into the packet buffer was castGuy Harris2000-01-151-8/+8
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Provide a general mechanism by which dissectors can register "init"Guy Harris1999-11-171-2/+3
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-9/+25
* added additional error messagesNathan Neulinger1999-10-281-6/+85
* Converted C++ style comments to C styleNathan Neulinger1999-10-281-27/+25
* Export the data structure used to represent a conversation.Guy Harris1999-10-241-5/+12
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-15/+23
* Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1999-10-201-0/+2502