Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-afs.c packet-bxxp.c packet-dcerpc.c p

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: Mon, 3 Sep 2001 05:33:12 -0500 (CDT)
guy         2001/09/03 05:33:11 CDT

  Modified files:
    .                    packet-afs.c packet-bxxp.c 
                         packet-dcerpc.c packet-dsi.c packet-ftp.c 
                         packet-msproxy.c packet-ncp2222.inc 
                         packet-quake.c packet-rlogin.c 
                         packet-rpc.c packet-rtcp.c packet-rtcp.h 
                         packet-rtp.c packet-rtp.h packet-rtsp.c 
                         packet-smb.c packet-smtp.c packet-snmp.c 
                         packet-socks.c packet-ssl.c packet-tftp.c 
                         packet-wcp.c packet-wsp.c 
  Log:
  Instead of having a single datum attached to a conversation, have a list
  of protocol-id-plus-datum pairs, so that multiple protocols can attach
  information to the same conversation.
  
  Dissectors that attach information to a conversation should not assume
  that if they find a conversation it has one of its data attached to it;
  the conversation might've been created by another dissector.
  
  Revision  Changes    Path
  1.34      +2 -2      ethereal/packet-afs.c
  1.21      +2 -3      ethereal/packet-bxxp.c
  1.8       +3 -3      ethereal/packet-dcerpc.c
  1.3       +13 -12    ethereal/packet-dsi.c
  1.34      +2 -2      ethereal/packet-ftp.c
  1.22      +30 -21    ethereal/packet-msproxy.c
  1.4       +6 -6      ethereal/packet-ncp2222.inc
  1.18      +2 -2      ethereal/packet-quake.c
  1.19      +10 -12    ethereal/packet-rlogin.c
  1.68      +3 -3      ethereal/packet-rpc.c
  1.21      +20 -15    ethereal/packet-rtcp.c
  1.6       +2 -2      ethereal/packet-rtcp.h
  1.24      +20 -15    ethereal/packet-rtp.c
  1.5       +2 -2      ethereal/packet-rtp.h
  1.41      +4 -7      ethereal/packet-rtsp.c
  1.112     +3 -3      ethereal/packet-smb.c
  1.20      +2 -3      ethereal/packet-smtp.c
  1.71      +2 -3      ethereal/packet-snmp.c
  1.23      +16 -17    ethereal/packet-socks.c
  1.6       +33 -12    ethereal/packet-ssl.c
  1.27      +2 -3      ethereal/packet-tftp.c
  1.11      +14 -10    ethereal/packet-wcp.c
  1.33      +3 -5      ethereal/packet-wsp.c