Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap ascend-scanner.l

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Tue, 15 Feb 2000 15:07:10 -0600 (CST)
gram        2000/02/15 15:07:05 CST

  Modified files:
    wiretap              ascend-scanner.l 
  Log:
  Create a header file for every packet-*.c file. Prune the packet.h file.
  This change allows you to add a new packet-*.c file and not cause a
  recompilation of everything that #include's packet.h
  
  Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list.
  
  Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol
  is not defined, squelching a compiler complaint when compiling the generated
  C file.
  
  Revision  Changes    Path
  1.13      +6 -1      ethereal/wiretap/ascend-scanner.l