Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 31275: /trunk/ /trunk/gtk/: main.c /trunk/: capture-wpca

Date: Tue, 15 Dec 2009 19:29:26 GMT
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