* maybe it should be possible to send triggers after something has been
  received. However, this is not needed at this point.

* reuse TCP connections on RPC identification

* finally findind a binary + index search supporting regex library!
  otherwise: add fixed and relative index search support
   ->	finally found a regex library which can do binary stuff, however
	the indexing is not possible like I want it. It's the pcre library btw

* maybe future file format for appdefs.trig
  TRIGGER_UNIQ_ID:TRIGGER_NAME::TCP|UDP|BOTH:HARMFUL:COMMON_PORT,COMMON_PORT,...:RESPONSE_[UNIQ_]ID,RESPONSE_[UNIQ_]ID,...:TRIGGER

* maybe future file format for appdefs.resp
  RESPONSE_UNIQ_ID:RESPONSE_ID:TRIGGER_[UNIQ_]ID,RESPONSE_[UNIQ_]ID,...:MIN_LENGTH,MAX_LENGTH:REGEX
