Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-frame.c

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, 12 Apr 2002 19:02:56 -0500 (CDT)
guy         2002/04/12 19:02:55 CDT

  Modified files:
    .                    packet-frame.c 
  Log:
  "pinfo->pseudo_header" might be null, even for link-layer types such as
  WTAP_ENCAP_CHDLC; check whether it's null before using it.
  
  Use FROM_DCE rather than 0x80 to check the "this is DCE->DTE" bit in
  "x25.flags".
  
  Revision  Changes    Path
  1.24      +17 -10    ethereal/packet-frame.c