Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-h261.c packet-h261.h packet-tpkt.c pa

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: Thu, 19 Oct 2000 01:45:13 -0500 (CDT)
guy         2000/10/19 01:45:12 CDT

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake 
                         packet-q931.c packet-rtcp.c packet-rtcp.h 
                         packet-rtp.c packet-rtp.h packet-rtsp.c 
  Added files:
    .                    packet-h261.c packet-h261.h packet-tpkt.c 
                         packet-tpkt.h 
  Log:
  Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP and
  RTP dissectors, and changes to the Q.931 dissector for use with H.323.
  
  Revision  Changes    Path
  1.151     +6 -5      ethereal/AUTHORS
  1.236     +5 -1      ethereal/Makefile.am
  1.59      +3 -1      ethereal/Makefile.nmake
  1.18      +309 -60   ethereal/packet-q931.c
  1.6       +1073 -336 ethereal/packet-rtcp.c
  1.3       +9 -10     ethereal/packet-rtcp.h
  1.6       +562 -160  ethereal/packet-rtp.c
  1.3       +9 -10     ethereal/packet-rtp.h
  1.20      +3 -3      ethereal/packet-rtsp.c