Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-rtsp.c packet-sdp.c AUTHORS M

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 6 Jul 1999 19:35:05 -0500 (CDT)
guy         1999/07/06 19:35:02 CDT

  Modified files:
    .                    AUTHORS Makefile.am Makefile.in 
                         ethereal.c packet-tcp.c packet.h 
  Added files:
    .                    packet-rtsp.c packet-sdp.c 
  Log:
  Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) inside
  RTSP, from Jason Lango <jal@xxxxxxxxxx>.
  
  Revision  Changes    Path
  1.27      +4 -0      ethereal/AUTHORS
  1.37      +2 -0      ethereal/Makefile.am
  1.43      +11 -10    ethereal/Makefile.in
  1.47      +2 -1      ethereal/ethereal.c
  1.25      +5 -2      ethereal/packet-tcp.c
  1.64      +5 -1      ethereal/packet.h