Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-t38.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 26 Jan 2004 16:52:22 -0600 (CST)
guy         2004/01/26 16:52:22 CST

  Modified files:
    .                    packet-t38.c 
  Log:
  Rename "dissect_t38_tcp()" to "dissect_t38_tcp_pdu()" to make it
  clearer what it does (dissect a single T.38-over-TCP or T.38-over-TPKT
  PDU).
  
  Have "dissect_t38_udp()" that does T.38-over-UDP dissection and
  "dissect_t38_tcp()" that does T.38-over-TCP dissection; register handles
  for them for the appropriate protocols, rather than having a single
  dissector that checks the IP protocol type.
  
  Use -1 rather than "tvb_length(tvb)" as the length for top-level
  protocol tree items.
  
  Clean up indentation.
  
  Revision  Changes    Path
  1.6       +64 -52    ethereal/packet-t38.c