sobomax     2008/07/16 22:42:21 CEST

  SER CVS Repository

  Modified files:
    .                    main.c manpage.xml rtp.h rtpp_defines.h 
                         rtpp_record.c rtpp_record.h rtpp_util.c 
                         rtpp_util.h 
  Log:
  o Add ability to record sessions using PCAP file format instead of
    non-standard ad-hoc format.  The PCAP format, which is the de-facto
    standard for packet capturing software, has the advantage of
    being compatible with numerous third-party tools and utilities,
    such as Wireshark (Ethereal) for example.  The drawback of PCAP
    is sligtly larger overhead (extra 12 bytes for every saved RTP
    packet for IPv4).  Also, recording IPv6 sessions in PCAP format
    is not supported at the moment.  Due to those two shortcomings
    make new functionality opt-in, it needs to be enabled explicitly
    by supplying the new -P option.
  
  o Add new runlink() function to the recording API, so that it's
    possible to remove recording if needed.
  
  Revision  Changes    Path
  1.79      +9 -3      rtpproxy/main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/main.c.diff?r1=1.78&r2=1.79
  1.7       +16 -0     rtpproxy/manpage.xml
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/manpage.xml.diff?r1=1.6&r2=1.7
  1.9       +4 -1      rtpproxy/rtp.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtp.h.diff?r1=1.8&r2=1.9
  1.15      +4 -1      rtpproxy/rtpp_defines.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_defines.h.diff?r1=1.14&r2=1.15
  1.10      +113 -14   rtpproxy/rtpp_record.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_record.c.diff?r1=1.9&r2=1.10
  1.8       +41 -2     rtpproxy/rtpp_record.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_record.h.diff?r1=1.7&r2=1.8
  1.9       +49 -1     rtpproxy/rtpp_util.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_util.c.diff?r1=1.8&r2=1.9
  1.9       +3 -1      rtpproxy/rtpp_util.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_util.h.diff?r1=1.8&r2=1.9
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to