Wireshark-commits: [Wireshark-commits] rev 24441: /trunk/gtk/ /trunk/gtk/: column_prefs.c

Date: Sat, 23 Feb 2008 01:15:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24441

User: sfisher
Date: 2008/02/23 01:15 AM

Log:
 Add filter syntax check to custom column filter field.  This will allow
 filter expressions such as filter == value, which won't work as a custom
 column.  We may need to modify its behavior to prevent entire expressions
 from being entered.  For the time being though, it does check the filter
 syntax itself as well.

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