Fix compilation (hopefully).

svn path=/trunk/; revision=41107
This commit is contained in:
Michael Tüxen 2012-02-21 12:56:52 +00:00
parent da14b5b8ec
commit a36c67130f
1 changed files with 2 additions and 0 deletions

View File

@ -2626,7 +2626,9 @@ add_pipe_cb(gpointer w _U_)
device.no_addresses = 0;
device.last_packets = 0;
device.links = NULL;
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
device.buffer = 1;
#endif
device.active_dlt = -1;
device.if_info.name = NULL;
device.if_info.description = NULL;