aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.c
Commit message (Expand)AuthorAgeFilesLines
* Trivial signed/unsigned warning fixesJörg Mayer2004-01-191-2/+2
* There might not be any AFS payload in an AFS reply; for fields in theGuy Harris2003-12-271-6/+5
* Update for AFS and related protocols so that time between Request andRonnie Sahlberg2003-03-051-11/+49
* "hf_afs_bos_status" is an FT_INT32, so it can't be put into the treeGuy Harris2003-01-271-3/+3
* Rename OUT_DATE to OUT_TIMESECS, as it can be used for relative time inGuy Harris2003-01-181-6/+6
* Arguments to hash routines are gconstpointer's; assign them to constGuy Harris2002-11-281-10/+8
* Display AFS KAUTH information, from Loic TortayGerald Combs2002-09-301-6/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-36/+36
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Loic Tortay: fix a crash when dissecting AFS authenticationGuy Harris2002-06-131-2/+2
* 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