Wireshark-commits: [Wireshark-commits] rev 47131: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_dlg.c
Date: Thu, 17 Jan 2013 12:21:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47131

User: etxrab
Date: 2013/01/17 04:21 AM

Log:
 Opening the capture options triggers a rescan of all the packets caused by the call to update_decryption_mode_list() for airpcap.
 If we don't get the airpcap_if_list, don't do anything regarding air_pcap.
 
 update_decryption_mode_list() should probably check if a change is taking place before rescaning all packets.

Directory: /trunk/ui/gtk/
  Changes    Path             Action
  +15 -9     capture_dlg.c    Modified