Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-lapd.c packet-v120.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: Thu, 31 Oct 2002 01:43:11 -0600 (CST)
guy         2002/10/31 01:43:11 CST

  Modified files:
    .                    packet-lapd.c packet-v120.c 
  Log:
  To determine the direction of the traffic, use "pinfo->p2p_dir", rather
  than the p2p pseudo-header's "sent" field, in the LAPD dissector (the
  p2p pseudo-header isn't used for ISDN).
  
  Do something similar for the V.120 dissector (which currently will only
  be used in ISDN captures, but this makes it possible for it to handle
  other captures as well).
  
  Revision  Changes    Path
  1.33      +3 -2      ethereal/packet-lapd.c
  1.30      +5 -10     ethereal/packet-v120.c