aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-05Update for AFS and related protocols so that time between Request andRonnie Sahlberg1-11/+49
2003-01-27"hf_afs_bos_status" is an FT_INT32, so it can't be put into the treeGuy Harris1-3/+3
2003-01-18Rename OUT_DATE to OUT_TIMESECS, as it can be used for relative time inGuy Harris1-6/+6
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constGuy Harris1-10/+8
2002-09-30Display AFS KAUTH information, from Loic TortayGerald Combs1-6/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-36/+36
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-06-13From Loic Tortay: fix a crash when dissecting AFS authenticationGuy Harris1-2/+2
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-5/+5
2002-05-06Note a problem with "GETSTR".Guy Harris1-2/+11
2002-05-02From Joerg Mayer: flag unused arguments as such.Guy Harris1-11/+11
2002-02-08rename some macros, start getting rid of redundant macros, add more vldb diss...Nathan Neulinger1-83/+88
2002-02-03dissect flags, more vldb fixesNathan Neulinger1-1/+5
2002-02-01Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez1-2/+2
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2002-01-18get-entry-by-name-u updatesNathan Neulinger1-2/+34
2002-01-18slight improvements to afs parsing, bulkstatus still needs workNathan Neulinger1-9/+24
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-11/+11
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-2/+2
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-2/+2
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aGuy Harris1-64/+65
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris1-2/+2
2001-05-27Call the AFS dissector through a handle.Guy Harris1-4/+5
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris1-422/+207
2001-04-02simplistic check for encrypted dataNathan Neulinger1-45/+64
2001-03-26misc afs/rx updates - more dissection, etc.Nathan Neulinger1-16/+28
2001-03-23Misc ubik/afs updates to correct a SEGV and add some moreNathan Neulinger1-41/+68
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-30Small code optimization to make it possible to compile on ReliantUNIX.Uwe Girlich1-59/+9
2000-11-19Fix buffer overruns:Gerald Combs1-4/+4
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-03more decoding of afs bos trafficNathan Neulinger1-21/+214
2000-11-03finished up afs fs requests, more macros implementedNathan Neulinger1-15/+42
2000-11-03finished up structure for fs replies, though macros still need implementedNathan Neulinger1-4/+117
2000-11-03Split into a separate files. Started adding a bunch more decoding ofNathan Neulinger1-1360/+240
2000-11-02added backup,rmtsys,update opcodesNathan Neulinger1-9/+48
2000-11-02more cleanup of opcodesNathan Neulinger1-29/+34
2000-11-02added entry, fixed couple of typosNathan Neulinger1-2/+3
2000-10-23Make the routines used for the hash table static - they're not usedGuy Harris1-4/+4
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-3/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-06-21Fix the display of volume names.Guy Harris1-7/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-36/+35
2000-05-11Add tvbuff class.Gilbert Ramirez1-40/+40
2000-01-15Fix up a bunch of places where a pointer into the packet buffer was castGuy Harris1-8/+8
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-17Provide a general mechanism by which dissectors can register "init"Guy Harris1-2/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-9/+25
1999-10-28added additional error messagesNathan Neulinger1-6/+85