Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc.c packet-smb-pipe.c

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: Tue, 27 Nov 2001 03:37:19 -0600 (CST)
guy         2001/11/27 03:37:19 CST

  Modified files:
    .                    packet-dcerpc.c packet-smb-pipe.c 
  Log:
  Rename the heuristic dissector table "msrpc" to "smb_transact", to
  indicate that it's to be used for SMB transactions; a different table,
  using different dissectors, would be needed for, say, reads and writes
  over a named pipe, as those are byte streams and SMB transactions are
  packets, so the dissectors for the first one need to worry about
  multiple PDUs per segment and desegmentation, while the dissectors for
  the second one don't - and, in fact, can't do desegmentation stuff.
  
  Revision  Changes    Path
  1.17      +2 -2      ethereal/packet-dcerpc.c
  1.56      +5 -5      ethereal/packet-smb-pipe.c