Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_table.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Jul 2002 01:55:28 -0500 (CDT)
guy         2002/07/17 01:55:28 CDT

  Modified files:
    plugins              plugin_table.h 
  Log:
  Add an extra argument to "tvb_find_line_end()", which specifies what it
  should do if it doesn't find an EOL; if FALSE, it behaves as before,
  returning values that treat the line as ending at the end of the tvbuff,
  and if TRUE, it returns -1, so its caller can do segment reassembly
  until it gets the EOL.
  
  Add an option to the SMTP dissector to do segment reassembly, and do
  segment reassembly of the first line.
  
  Revision  Changes    Path
  1.51      +2 -2      ethereal/plugins/plugin_table.h