Home
last modified time | relevance | path

Searched refs:IsProcessingPackets (Results 1 – 1 of 1) sorted by relevance

/dports/security/snort/snort-2.9.18/src/
H A Dsnort.c609 static int IsProcessingPackets(uint16_t type, const uint8_t *data, uint32_t length, void **new_conf… in IsProcessingPackets() function
792 if (ControlSocketRegisterHandler(CS_TYPE_IS_PROCESSING, &IsProcessingPackets, NULL, NULL)) in SnortMain()