[MAJOR] ported the captures to use the new mempool v2

The "capture.c" file has also been removed since it was empty.
diff --git a/Makefile b/Makefile
index 122f1c6..37439c3 100644
--- a/Makefile
+++ b/Makefile
@@ -215,7 +215,7 @@
 OBJS = src/haproxy.o src/list.o src/chtbl.o src/hashpjw.o src/base64.o \
        src/uri_auth.o src/standard.o src/buffers.o src/log.o src/task.o \
        src/time.o src/fd.o src/regex.o src/cfgparse.o src/server.o \
-       src/checks.o src/queue.o src/capture.o src/client.o src/proxy.o \
+       src/checks.o src/queue.o src/client.o src/proxy.o \
        src/proto_http.o src/stream_sock.o src/appsession.o src/backend.o \
        src/session.o src/hdr_idx.o src/ev_select.o src/acl.o src/memory.o