Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-isis-clv.c

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Thu, 10 Aug 2000 09:21:14 -0500 (CDT)
deniel      2000/08/10 09:21:12 CDT

  Modified files:
    .                    packet-isis-clv.c 
  Log:
  Fix decoding of short ISIS CLV data frames.
  
  But there is still a problem with the isis_dissect_unknown
  procedure which calls proto_tree_add_text: the va_list
  arguments are incorrectly decoded in proto.c. I suspect
  a problem with inclusion of stdarg.h vs. varargs.h but
  for now, I can't figure out where ...
  (problem on Linux intel with gcc 2.91.66).
  
  Revision  Changes    Path
  1.7       +2 -2      ethereal/packet-isis-clv.c