Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266288 | Differences between
and this patch

Collapse All | Expand All

(-)snort-2.8.4.orig/src/snort.c (+9 lines)
Lines 1188-1193 Link Here
1188
        LogMessage("Not Using PCAP_FRAMES\n" );
1188
        LogMessage("Not Using PCAP_FRAMES\n" );
1189
    }
1189
    }
1190
1190
1191
    if( getenv("PCAP_MEMORY") )
1192
    {
1193
        LogMessage("Using PCAP_MEMORY = %s\n", getenv("PCAP_MEMORY") );
1194
    }
1195
    else
1196
    {
1197
        LogMessage("Not Using PCAP_MEMORY\n" );
1198
    }
1199
1191
#ifdef TIMESTATS
1200
#ifdef TIMESTATS
1192
    start_time = time(&start_time); /* start counting seconds */
1201
    start_time = time(&start_time); /* start counting seconds */
1193
#endif
1202
#endif

Return to bug 266288