http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22530
User: ulfl
Date: 2007/08/16 10:03 PM
Log:
experimental feature: dissector filters
add the possibility, that a dissector writer can provide (usually non-trivial) display filters specific for the protocol in question (with an example in packet-dcerpc-pn-io.c), that will appear in the GUI
Directory: /trunk/epan/
Changes Path Action
+2 -0 Makefile.common Modified
+49 -0 dissector_filters.c Added
+60 -0 dissector_filters.h Added
+2 -0 libwireshark.def Modified
Directory: /trunk/gtk/
Changes Path Action
+2 -2 gui_stat_menu.h Modified
+72 -10 menu.c Modified
+1 -1 tcp_graph.c Modified
Directory: /trunk/plugins/profinet/
Changes Path Action
+57 -0 packet-dcerpc-pn-io.c Modified
Directory: /trunk/
Changes Path Action
+2 -1 stat_menu.h Modified