Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-isup.c packet-q931.c packet-q931.h

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, 28 Feb 2003 17:16:16 -0600 (CST)
guy         2003/02/28 17:16:16 CST

  Modified files:
    .                    packet-isup.c packet-q931.c packet-q931.h 
  Log:
  "packet-isup.c" doesn't appear to need to include "packet-ip.h", so
  don't do so.
  
  Pick up Anders Broman's table of Q.850 cause values, and his change to
  use "dissect_q931_cause_ie()" for cause indicators - but do it by
  modifying the Q.931 dissector's "dissect_q931_cause_ie()" to take, as an
  argument, the header field to use for the cause value, and export that
  routine and have the ISUP dissector call it, rather than by duplicating
  the cause IE dissector.
  
  Revision  Changes    Path
  1.16      +99 -3     ethereal/packet-isup.c
  1.51      +6 -5      ethereal/packet-q931.c
  1.8       +6 -3      ethereal/packet-q931.h