Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc.c packet-fix.c packet-isdn.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 10 Jun 2003 00:53:33 -0500 (CDT)
guy         2003/06/10 00:53:33 CDT

  Modified files:
    .                    packet-dcerpc.c packet-fix.c 
                         packet-isdn.c 
  Log:
  As "tvb_strneql()" and "tvb_memeql()" now just return -1, rather than
  throwing an exception, if the bytes to be compared aren't available in
  the tvbuff, we don't need to check for their existence before calling
  those routines.
  
  Revision  Changes    Path
  1.128     +2 -3      ethereal/packet-dcerpc.c
  1.4       +2 -2      ethereal/packet-fix.c
  1.4       +3 -5      ethereal/packet-isdn.c