aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris2002-05-101-5/+5
* Note a problem with "GETSTR".Guy Harris2002-05-061-2/+11
* From Joerg Mayer: flag unused arguments as such.Guy Harris2002-05-021-11/+11
* rename some macros, start getting rid of redundant macros, add more vldb diss...Nathan Neulinger2002-02-081-83/+88
* dissect flags, more vldb fixesNathan Neulinger2002-02-031-1/+5
* Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez2002-02-011-2/+2
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-4/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* get-entry-by-name-u updatesNathan Neulinger2002-01-181-2/+34
* slight improvements to afs parsing, bulkstatus still needs workNathan Neulinger2002-01-181-9/+24
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-11/+11
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-2/+2
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-2/+2
* Replace the protocol-specific data in the "packet_info" structure with aGuy Harris2001-08-041-64/+65
* Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris2001-06-181-2/+2
* Call the AFS dissector through a handle.Guy Harris2001-05-271-4/+5
* RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris2001-05-271-422/+207
* simplistic check for encrypted dataNathan Neulinger2001-04-021-45/+64
* misc afs/rx updates - more dissection, etc.Nathan Neulinger2001-03-261-16/+28
* Misc ubik/afs updates to correct a SEGV and add some moreNathan Neulinger2001-03-231-41/+68
* 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