aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-3/+3
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+4
2007-12-21Fix menu sensitivity even for text only nodes.Jaap Keuter1-11/+2
2007-12-16Temporarily #if 0 out code that was causing crashes.Guy Harris1-0/+8
2007-12-15Changes the name of the menu item "View/Reset Coloring" toSake Blok1-1/+3
2007-12-15With increasing number of dissectors, heuristics cause sometimes false hits o...Jaap Keuter1-0/+7
2007-12-14Source code cleanup.Jaap Keuter1-30/+33
2007-11-30move "Display Filter Macros" from View to Analyze menu, just below "Display F...Ulf Lamping1-2/+2
2007-11-28Remove "Reset coloring" from context menu's to keep the GUI consistent Sake Blok1-5/+0
2007-11-28Add sensitivity to some temporary coloring menu items.Sake Blok1-0/+9
2007-11-28Put double click on a frame link back.Stig Bjørlykke1-1/+1
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-4/+4
2007-11-26Check current_frame instead of finfo_selected before trying to build aStig Bjørlykke1-2/+2
2007-11-26Check if a packet is selected before trying to build a display filter basedSake Blok1-9/+11
2007-11-25Reset the temporary coloring filters to defaults instead of doing itSake Blok1-2/+2
2007-11-24Add a cast to make it compile again.Stig Bjørlykke1-1/+1
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-166/+392
2007-11-17Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-11-14From didier:Stephen Fisher1-1/+2
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher1-1/+14
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher1-8/+8
2007-08-16mark some parameters as unusedUlf Lamping1-3/+3
2007-08-16experimental feature: dissector filtersUlf Lamping1-10/+72
2007-08-04Change the export object/export object http code to only be includedStephen Fisher1-1/+1
2007-07-23for the Ethernet conversation filter, don't use ethertype but the data link a...Ulf Lamping1-2/+4
2007-05-23Add shortcuts for expanding/collapsing the packet detail.Gerald Combs1-7/+7
2007-03-23From Sake Blok:Stephen Fisher1-2/+21
2007-03-23From Sake Blok (via -dev list and enhancement bug #1449):Stephen Fisher1-1/+1
2007-03-21minor "Copy" menu item fix:Ulf Lamping1-0/+2
2007-03-14Don't enable "Save As" if you don't have an unsaved live capture fileGuy Harris1-23/+31
2007-03-08from Sake Blok:Ulf Lamping1-21/+34
2007-03-02Activate the File -> Export menu when a capture is inStephen Fisher1-0/+2
2007-02-28Sync up my changes so far to the content list (now called objectStephen Fisher1-14/+8
2007-02-25revert (most) changes in rev #20753, to avoid items being created on a wrong ...Luis Ontanon1-11/+3
2007-02-20Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around...Stephen Fisher1-1/+5
2007-02-19Initial version of the new Statistics -> Content List -> HTTP feature. ThisStephen Fisher1-0/+10
2007-02-12ooops, and here comes the actual context menu code change from Douglas Pratle...Ulf Lamping1-29/+26
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon1-4/+11
2007-01-28From Douglas Pratley:Stephen Fisher1-2/+23
2007-01-22as Bill Meier noted:Ulf Lamping1-1/+0
2007-01-18display filter macros.Luis Ontanon1-0/+6
2007-01-16in effect use the User's Guide as the online help system now (for GTK > V1)!Ulf Lamping1-2/+0
2007-01-13U3 support for "recent" files.Graeme Lunt1-0/+4
2006-12-09change it to "Seconds Since Epoch (1970-01-01): 1234567890.123456"Ulf Lamping1-2/+2
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-0/+19
2006-11-24Have separate proto_construct_match_selected_string() andGuy Harris1-4/+4
2006-11-23Rename proto_construct_dfilter_string() toGuy Harris1-4/+4
2006-11-18Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"Gerald Combs1-2/+10
2006-10-17Hide the "Tools" menu if it has no items .Luis Ontanon1-1/+17