Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-x25.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: Sat, 29 Jan 2000 03:19:08 -0600 (CST)
guy         2000/01/29 03:19:05 CST

  Modified files:
    .                    packet-x25.c 
  Log:
  The user data in an X.25 call request packet is - at least for IP and,
  if I correctly read the Windows NT DDK documentation on WAN drivers, for
  PPP as well - an ISO NLPID, so use the "nlpid.h" values where they
  exist.
  
  Currently doesn't treat NLPID_PPP as PPP, but if we get a PPP-over-X.25
  capture, we may find that it should do so.
  
  Revision  Changes    Path
  1.16      +6 -2      ethereal/packet-x25.c