[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 17.11.2005 - 04.12.2005 GMT

2005-12-03 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 17.11.2005 (Thu) 10:07:09 - 04.12.2005 (Sun) 05:04:14 GMT = Summary by authors = = Log entries ===

[tcpdump-workers] [patch] print-dccp.c, dccp.h

2005-12-03 Thread Gisle Vanem
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

[tcpdump-workers] gettimeofday() on Win32

2005-12-03 Thread Gisle Vanem
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