aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-28Converted C++ style comments to C styleNathan Neulinger1-27/+25
1999-10-24Export the data structure used to represent a conversation.Guy Harris1-5/+12
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-15/+23
1999-10-20Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1-0/+2502