aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-03Rename the "private" member of the "packet_info" structure toguy1-2/+2
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-2/+2
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aguy1-64/+65
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.guy1-2/+2
2001-05-27Call the AFS dissector through a handle.guy1-4/+5
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.guy1-422/+207
2001-04-02simplistic check for encrypted datanneul1-45/+64
2001-03-26misc afs/rx updates - more dissection, etc.nneul1-16/+28
2001-03-23Misc ubik/afs updates to correct a SEGV and add some morenneul1-41/+68
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-30Small code optimization to make it possible to compile on ReliantUNIX.girlich1-59/+9
2000-11-19Fix buffer overruns:gerald1-4/+4
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-03more decoding of afs bos trafficnneul1-21/+214
2000-11-03finished up afs fs requests, more macros implementednneul1-15/+42
2000-11-03finished up structure for fs replies, though macros still need implementednneul1-4/+117
2000-11-03Split into a separate files. Started adding a bunch more decoding ofnneul1-1360/+240
2000-11-02added backup,rmtsys,update opcodesnneul1-9/+48
2000-11-02more cleanup of opcodesnneul1-29/+34
2000-11-02added entry, fixed couple of typosnneul1-2/+3
2000-10-23Make the routines used for the hash table static - they're not usedguy1-4/+4
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-3/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-06-21Fix the display of volume names.guy1-7/+7
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-36/+35
2000-05-11Add tvbuff class.gram1-40/+40
2000-01-15Fix up a bunch of places where a pointer into the packet buffer was castguy1-8/+8
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-11-17Provide a general mechanism by which dissectors can register "init"guy1-2/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-9/+25
1999-10-28added additional error messagesnneul1-6/+85
1999-10-28Converted C++ style comments to C stylenneul1-27/+25
1999-10-24Export the data structure used to represent a conversation.guy1-5/+12
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-15/+23
1999-10-20Added Nathan's patch for AFS and RX dissection.gram1-0/+2502