aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
2006-04-20fix a very minor bug if ETHEREAL_EUG_DIR is set (which is barely the case)Ulf Lamping1-1/+1
2006-02-24add the dumpcap manpage to the menuUlf Lamping1-0/+1
2006-02-17Paolo Abeni:Jörg Mayer1-1/+1
2006-02-14Paolo Abeni:Jörg Mayer1-3/+20
2006-02-06Declare -ssl_stream_cb in ssl-dlg.hJörg Mayer1-3/+1
2006-02-04Paolo AbeniJörg Mayer1-0/+14
2005-09-27code cleanup: use the prefix packet_list_ for every function mentioned in pac...Ulf Lamping1-4/+4
2005-09-13implement a way to add menu items to the "Analyze" menuUlf Lamping1-0/+7
2005-08-25timestamp display precision:Ulf Lamping1-19/+163
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-21/+21
2005-08-18init the file set submenu items, so that the next and previous file items are...Ulf Lamping1-0/+1
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-4/+4
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-4/+4
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-5/+5
2005-05-18insensitive context menu "Expand Subtrees" if no protocol field is currently ...Ulf Lamping1-5/+7
2005-05-07add icons for the "File Set" menu itemsUlf Lamping1-3/+3
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping1-0/+13
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping1-8/+8
2005-04-16rename capture_clear() to capture_restart()Ulf Lamping1-1/+1
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-22/+97
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping1-9/+13
2005-04-12capture engine: Ulf Lamping1-1/+6
2005-04-10disable /View/Resize Columns menu item, if no packets availableUlf Lamping1-0/+2
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-0/+14
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping1-0/+3
2005-03-06Warning fix:Jörg Mayer1-1/+0
2005-02-08bringing the packet details context menu item "Expand Tree" back as "Expand S...Ulf Lamping1-0/+1
2005-02-06Don't have "set_menus_for_captured_packets()" callGuy Harris1-1/+0
2005-02-05completely hide the main window panes, if we currently don't have a capture f...Ulf Lamping1-0/+1
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-5/+5
2005-01-29Add a new menu item "View/Resize Columns" to, well, resize columns. As this m...Ulf Lamping1-0/+2
2005-01-24if context menu item "Print" is clicked from the packet list context menu, it...Ulf Lamping1-1/+1
2005-01-22first proposal: try to rearrange context menus to be more context relevantUlf Lamping1-49/+49
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-13/+13
2005-01-19while I'm at it, add another packet details context menu item, which will lin...Ulf Lamping1-0/+2
2005-01-18added the "Online Protocol Info" to the packet details context menu with a si...Ulf Lamping1-2/+2
2005-01-17add first implementation of context relevant calls to the protocol specific w...Ulf Lamping1-4/+11
2004-12-02make ethereal compile with --without-pcap configuration optionRonnie Sahlberg1-1/+1
2004-11-01first implementation of the packet history functionUlf Lamping1-5/+17
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-2/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-24add a link to the Ethereal wiki front pageUlf Lamping1-0/+1
2004-09-16first steps towards using the User's Guide as Ethereal's help systemUlf Lamping1-12/+14
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-9/+9
2004-09-02Add support for copying hex data to the clipboard. Submitted by Thomas Richard Sharpe1-0/+2