Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk decode_as_dlg.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: Mon, 3 Dec 2001 14:49:04 -0600 (CST)
guy         2001/12/03 14:49:04 CST

  Modified files:
    gtk                  decode_as_dlg.c 
  Log:
  To check whether the current frame contains TCP or UDP traffic, check
  whether the port type is PT_TCP or PT_UDP, don't check the IP protocol
  type at the network layer (except to check whether it's set at all, to
  decide whether it's IP/IPv6 - if it's not, the transport isn't TCP or
  UDP); that way, we don't have to keep track of which IP protocol numbers
  are being decoded as TCP or UDP.
  
  Revision  Changes    Path
  1.17      +25 -168   ethereal/gtk/decode_as_dlg.c