Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-clnp.c packet-icmpv6.c packet-ip.c pa

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: Sun, 19 Jan 2003 23:42:34 -0600 (CST)
guy         2003/01/19 23:42:33 CST

  Modified files:
    .                    packet-clnp.c packet-icmpv6.c packet-ip.c 
                         packet-ppp.c 
  Log:
  Move into "call_dissector_work()" the stuff to handle dissecting, in
  error packets, the copy of the packet that got the error, rather than
  doing it in the CLNP dissector and the ICMP dissector and the ICMPv6
  dissector and the PPP dissector for various control protocols; have it
  do that work iff "pinfo->in_error_pkt" is set.
  
  Revision  Changes    Path
  1.64      +8 -51     ethereal/packet-clnp.c
  1.69      +14 -58    ethereal/packet-icmpv6.c
  1.180     +4 -74     ethereal/packet-ip.c
  1.106     +6 -50     ethereal/packet-ppp.c