Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rtcp.c packet-rtp.c packet-wsp.c pack

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: Sun, 5 Nov 2000 03:30:12 -0600 (CST)
guy         2000/11/05 03:30:12 CST

  Modified files:
    .                    packet-rtcp.c packet-rtp.c packet-wsp.c 
                         packet-wtp.c 
  Log:
  Make the RTCP, RTP, WSP, and WTP dissectors check whether their
  protocols have been disabled.
  
  Get rid of the "no tvbuff" dissectors for WSP and WTP - they're not used
  (and shouldn't ever be used).
  
  Make "dissect_wtp()" static, as it's not used outside "packet-wtp.c".
  
  Revision  Changes    Path
  1.9       +7 -1      ethereal/packet-rtcp.c
  1.8       +12 -4     ethereal/packet-rtp.c
  1.3       +8 -15     ethereal/packet-wsp.c
  1.3       +4 -11     ethereal/packet-wtp.c