CVS log entries from 17.11.2005 (Thu) 10:07:09 - 04.12.2005 (Sun) 05:04:14 GMT
=
Summary by authors
=
=
Log entries
===
The print-dccp.c file is rather gcc centric in the way it uses declarations
after code statements. E.g.:
TCHECK2(*dh_ack,8);
u_int32_t ack_low = dh_ack->dccph_ack_nr_low;
Which doesn't work in MSVC7.
The attached patch also removes the dccp_hdr_data() function.
It's not used and besides writ
The recent (?) -G option requires gettimeofday() which isn't available
on Win32. Attached is a patch to util.c which adds this function.
--gv
--- tcpdump-2005.12.03/util.c Thu Jun 16 00:19:38 2005
+++ util.c Sat Dec 03 17:01:05 2005
@@ -526,3 +526,44 @@
else
print