Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-gre.c packet-h1.c packet-icmpv6.c pac

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

From: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 25 Nov 2001 16:51:16 -0600 (CST)
hagbard     2001/11/25 16:51:16 CST

  Modified files:
    .                    packet-gre.c packet-h1.c packet-icmpv6.c 
                         packet-ipx.c packet-isl.c packet-lapd.c 
                         packet-llc.c packet-lpd.c packet-osi.c 
                         packet-pgm.c packet-pop.c packet-ppp.c 
  Log:
  Moved from using dissect_data to using call_dissector()
  
  Revision  Changes    Path
  1.46      +4 -2      ethereal/packet-gre.c
  1.21      +5 -2      ethereal/packet-h1.c
  1.54      +8 -6      ethereal/packet-icmpv6.c
  1.95      +6 -3      ethereal/packet-ipx.c
  1.28      +4 -2      ethereal/packet-isl.c
  1.25      +5 -3      ethereal/packet-lapd.c
  1.90      +10 -8     ethereal/packet-llc.c
  1.30      +7 -4      ethereal/packet-lpd.c
  1.47      +6 -4      ethereal/packet-osi.c
  1.9       +5 -3      ethereal/packet-pgm.c
  1.26      +5 -2      ethereal/packet-pop.c
  1.77      +4 -2      ethereal/packet-ppp.c