Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-atalk.c packet-clnp.c packet-dcerpc.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, 7 Jun 2002 05:11:45 -0500 (CDT)
guy         2002/06/07 05:11:45 CDT

  Modified files:
    .                    packet-atalk.c packet-clnp.c 
                         packet-dcerpc.c packet-eap.c 
                         packet-ieee80211.c packet-ip.c 
                         packet-ipv6.c packet-rpc.c 
                         packet-smb-pipe.c packet-smb.c 
                         packet-wtp.c reassemble.c reassemble.h 
  Log:
  Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",
  but for stuff reassembled with "fragment_add_seq()" or
  "fragment_add_seq_check()".
  
  Add a "fragment tag" string to the "fragment_items", so that packets
  with fragmentation errors can be properly flagged as having "Illegal
  fragments" or "Illegal segments" depending on the term used with the
  protocol in question.
  
  Make all the dissectors that can use "show_fragment_tree()" or
  "show_fragment_seq_tree()", and don't already use them, do so.
  
  Revision  Changes    Path
  1.74      +18 -64    ethereal/packet-atalk.c
  1.57      +16 -74    ethereal/packet-clnp.c
  1.55      +4 -2      ethereal/packet-dcerpc.c
  1.26      +45 -26    ethereal/packet-eap.c
  1.64      +16 -64    ethereal/packet-ieee80211.c
  1.169     +5 -4      ethereal/packet-ip.c
  1.83      +16 -73    ethereal/packet-ipv6.c
  1.97      +3 -2      ethereal/packet-rpc.c
  1.79      +46 -13    ethereal/packet-smb-pipe.c
  1.270     +3 -1      ethereal/packet-smb.c
  1.35      +16 -69    ethereal/packet-wtp.c
  1.20      +116 -63   ethereal/reassemble.c
  1.9       +11 -3     ethereal/reassemble.h