Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tcp.c packet-udp.c

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 5 Nov 2000 03:26:48 -0600 (CST)
oabad       2000/11/05 03:26:48 CST

  Modified files:
    .                    packet-tcp.c packet-udp.c 
  Log:
  Allow a plugin to specify several underlying protocols (i.e. tcp and udp).
  
  The protocol constant definition in the plugin must be :
  DLLEXPORT const gchar protocol[] = "tcp udp";
  
  Revision  Changes    Path
  1.87      +3 -2      ethereal/packet-tcp.c
  1.77      +3 -2      ethereal/packet-udp.c