Wireshark-commits: [Wireshark-commits] rev 37588: /trunk/ /trunk/: dumpcap.c

Date: Tue, 07 Jun 2011 12:23:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37588

User: tuexen
Date: 2011/06/07 05:23 AM

Log:
 When doing remote capturing using WinPCap, dumpcap crashes inside the WinPCap
 library when no capture filter is used. Then cfilter is NULL and 
 capture_loop_init_filter() does not call compile_capture_filter() and
 pcap_setfilter(). Providing an empty string instead of NULL works around
 the problem.

Directory: /trunk/
  Changes    Path          Action
  +6 -1      dumpcap.c     Modified