ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 34234: /trunk/gtk/ /trunk/gtk/: menus.c

Date: Fri, 24 Sep 2010 12:39:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34234

User: stig
Date: 2010/09/24 05:39 AM

Log:
 Disable the "File Set" menu while capturing, because changing file while
 capturing causes an assert in cf_reset_state().
 
 We still get this assert if the "List Files" dialog is opened before we start
 capture and we change file during capturing.  Maybe we have to close this
 dialog when starting capture?  Or maybe disable all files except the one
 being captured to?  Then we also may have to update the "Last Modified" and 
 "Size" columns.

Directory: /trunk/gtk/
  Changes    Path          Action
  +2 -0      menus.c       Modified