Wireshark-commits: [Wireshark-commits] rev 35633: /trunk/gtk/ /trunk/gtk/: capture_dlg.c

Date: Sun, 23 Jan 2011 20:59:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35633

User: wmeier
Date: 2011/01/23 12:59 PM

Log:
 Fix a crash which can occur if a user hits "Capture:Options" immediately followed by "Capture:Start"
 
 Fixes Bug #4645: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4645
 
 Essentially: The "Capture Start" code "interrupted" the "Capture Options" code and attempted
  to use not yet initialized "Capture Options" state.

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