Wireshark-commits: [Wireshark-commits] rev 34011: /trunk/ /trunk/epan/dfilter/: dfilter-macro.c /tr

Date: Mon, 30 Aug 2010 08:47:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34011

User: stig
Date: 2010/08/30 01:47 AM

Log:
 Always update the display filter when changing a display filter macro
 and when changing profile.  Not sure why I have to invalidate cfile.dfilter
 in macro_update(), because this will be done in macros_post_update(),
 but unless this we get a crash when renaming a macro...
 
 This is a fix for bug 5002.

Directory: /trunk/epan/dfilter/
  Changes    Path               Action
  +6 -1      dfilter-macro.c    Modified

Directory: /trunk/gtk/
  Changes    Path            Action
  +18 -4     macros_dlg.c    Modified
  +1 -0      macros_dlg.h    Modified
  +3 -0      main.c          Modified