Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am configure.in file.c packet-tcp.c

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

From: Olivier Abad <oabad@xxxxxxxxxxxx>
Date: Thu, 9 Dec 1999 14:41:37 -0600 (CST)
oabad       1999/12/09 14:41:33 CST

  Modified files:
    .                    Makefile.am configure.in file.c 
                         packet-tcp.c packet-udp.c 
  Log:
  plugins support (i.e. Dynamically loadable dissectors)
  depends on dlopen() being available on the target platform
  
  Revision  Changes    Path
  1.131     +3 -1      ethereal/Makefile.am
  1.64      +2 -1      ethereal/configure.in
  1.136     +15 -3     ethereal/file.c
  1.53      +22 -2     ethereal/packet-tcp.c
  1.42      +24 -2     ethereal/packet-udp.c