aboutsummaryrefslogtreecommitdiffstats
path: root/stat_menu.h
AgeCommit message (Collapse)AuthorFilesLines
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreguy1-1/+1
than just filters. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37560 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-17Clean up indentation.jake1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27473 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-10add some commentsulfl1-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27406 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ↵ulfl1-8/+5
a bit misleading git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25086 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-16experimental feature: dissector filtersulfl1-1/+2
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22530 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-28Sync up my changes so far to the content list (now called objectsfisher1-3/+0
list) feature for http traffic. It's now available under File-> Export->Objects->HTTP. More changes to come.. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20951 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-25revert (most) changes in rev #20753, to avoid items being created on a wrong ↵lego1-2/+1
menu on windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20928 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-20Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements ↵sfisher1-0/+2
around parts of the Content List -> HTTP feature code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20869 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-19Initial version of the new Statistics -> Content List -> HTTP feature. Thissfisher1-0/+1
feature lists all of the content found in an HTTP stream (images, http, etc.) and displays it in a list that allows the user to save each one as a file that is already reassembled by the dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20867 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.lego1-1/+2
* Remove macros_dlg, the DFMacros UAT goes in the menu with all the rest * in packet-user_encap.c WTAP_ENCAP=XXX has become useless information for the user leave just the DLT# git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20753 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-05From Albert Chinjake1-3/+3
The IBM C compiler on AIX 4.3.3 doesn't accept a trailing comma after the last enum definition. Patch attached for stat_menu.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19813 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-28Avoid to add an empty menu if there's no Lua.lego1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19346 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tlego1-2/+3
* Add a "Tools" menu * allow wslua's register_menu to register menu items into more menus git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19338 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-13implement a way to add menu items to the "Analyze" menuulfl1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15788 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-0/+59
filter as an argument on the command line and have a dialog box to enter the display filter through the GUI. Use it for all stats using "gtk_tap_dfilter_dlg_cb()". Add a top-level "stat_menu.h" file to declare "REGISTER_STAT_GROUP_E" for the benefit of the declaration of "register_dfilter_stat()" in the top-level "tap_dfilter_dlg.h". Rename the "stat_menu.h" in the gtk directory to "gtk_stat_menu.h", so as not to have two headers with the same name. Get rid of headers not declaring any functions not being used in the module. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15493 f5534014-38df-0310-8fa8-9805f1628bb7