proto_registrar_get_nth(hfinfo->id) == hfinfo, so use the latter rather
[obnox/wireshark/wip.git] / packet-afs.c
2002-02-08 nneulrename some macros, start getting rid of redundant...
2002-02-03 nneuldissect flags, more vldb fixes
2002-02-01 gramProvide tvb_ensure_length_remaining(), which is like
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-18 nneulget-entry-by-name-u updates
2002-01-18 nneulslight improvements to afs parsing, bulkstatus still...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-11-03 guyRename the "private" member of the "packet_info" struct...
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-08-04 guyReplace the protocol-specific data in the "packet_info...
2001-06-18 guyVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-05-27 guyCall the AFS dissector through a handle.
2001-05-27 guyRX and AFS dissectors tvbuffified, and bugs fixed,...
2001-04-02 nneulsimplistic check for encrypted data
2001-03-26 nneulmisc afs/rx updates - more dissection, etc.
2001-03-23 nneulMisc ubik/afs updates to correct a SEGV and add some...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-30 girlichSmall code optimization to make it possible to compile...
2000-11-19 geraldFix buffer overruns:
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-03 nneulmore decoding of afs bos traffic
2000-11-03 nneulfinished up afs fs requests, more macros implemented
2000-11-03 nneulfinished up structure for fs replies, though macros...
2000-11-03 nneulSplit into a separate files. Started adding a bunch...
2000-11-02 nneuladded backup,rmtsys,update opcodes
2000-11-02 nneulmore cleanup of opcodes
2000-11-02 nneuladded entry, fixed couple of typos
2000-10-23 guyMake the routines used for the hash table static -...
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-06-21 guyFix the display of volume names.
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-01-15 guyFix up a bunch of places where a pointer into the packe...
2000-01-07 guyFix Gerald's e-mail address.
1999-11-17 guyProvide a general mechanism by which dissectors can...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-28 nneuladded additional error messages
1999-10-28 nneulConverted C++ style comments to C style
1999-10-24 guyExport the data structure used to represent a conversation.
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-20 gramAdded Nathan's patch for AFS and RX dissection.