Ignore:
Timestamp:
08/21/06 21:07:27 (7 years ago)
Author:
perry
Message:

Remove old CONSTRUCTOR initialisation code, and only rely on the newer
trace_init() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/format_pcapfile.c

    r877 r922  
    387387 
    388388 
    389 void CONSTRUCTOR pcapfile_constructor() { 
     389void pcapfile_constructor() { 
    390390        register_format(&pcapfile); 
    391391} 
Note: See TracChangeset for help on using the changeset viewer.