Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rtsp.c packet-sap.c packet-sdp.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: Fri, 10 Nov 2000 00:50:37 -0600 (CST)
guy         2000/11/10 00:50:37 CST

  Modified files:
    .                    packet-rtsp.c packet-sap.c packet-sdp.c 
                         packet-sdp.h packet-sip.c 
  Log:
  Tvbuffify the SAP and SDP dissectors.
  
  Add "tvb_find_line_end_unquoted()" for the benefit of the SDP dissector;
  get rid of "find_line_end_unquoted()" as nobody uses it any more.
  
  Add "tvb_pbrk_guint8()" for the benefit of
  "tvb_find_line_end_unquoted()"; it searches for any of a number of
  characters, unlike "tvb_find_guint8()" which searches for only one.
  
  Revision  Changes    Path
  1.23      +6 -7      ethereal/packet-rtsp.c
  1.13      +86 -45    ethereal/packet-sap.c
  1.12      +38 -29    ethereal/packet-sdp.c
  1.3       +2 -2      ethereal/packet-sdp.h
  1.2       +2 -5      ethereal/packet-sip.c