Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap iptrace.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 18 Nov 1999 03:39:24 -0600 (CST)
guy         1999/11/18 03:39:18 CST

  Modified files:
    wiretap              iptrace.c 
  Log:
  (AppTrafType & ATT_HLTYPE) is the type of high-level traffic, and
  AppHLType is the subtype of that type; set them appropriately (as best
  we can, given that we can only *guess* what kind of traffic it is) for
  "iptrace" captures in Wiretap.  (Alas, more work is needed to
  distinguish Ethernet from Token-Ring LANE traffic....)
  
  Handle VPI = 0, VCI = 5 as the Signalling AAL in "iptrace" captures.
  
  Revision  Changes    Path
  1.18      +16 -4     ethereal/wiretap/iptrace.c