blob: 4bdef8a83b89a8ae2ba8131dbabffe6dcb4c408f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$Id$
--- dsniff-2.4.orig/msgsnarf.c 2001-03-15 09:33:04.000000000 +0100
+++ dsniff-2.4/msgsnarf.c 2007-01-23 00:20:48.000000000 +0100
@@ -23,6 +23,7 @@
#include <nids.h>
#include <pcap.h>
#include <pcaputil.h>
+#include <time.h>
#include "buf.h"
#include "decode.h"
|