http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31275
User: gerald
Date: 2009/12/15 11:29 AM
Log:
Behave more gracefully if WinPcap isn't installed. Don't assert if
we call pcap_open or pcap_open_live when WinPcap isn't loaded - just
return NULL. Don't display the "NPF driver isn't running" dialog if
we're capturing from stdin or a file.
Fix a cut-and-paste error in capture_pcap_linktype_list.
Directory: /trunk/gtk/
Changes Path Action
+1 -1 main.c Modified
Directory: /trunk/
Changes Path Action
+7 -3 capture-wpcap.c Modified
+2 -2 capture.c Modified