aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-1/+0
2006-12-21From Florent Drouin:Jaap Keuter1-8/+29
2006-12-12gtkglobals.h not neededUlf Lamping1-1/+0
2006-12-12Remove svn:executable property from a few more .[hc] filesBill Meier2-0/+0
2006-12-11Add a new function to build column widths based not only on the maxStephen Fisher1-2/+2
2006-12-11remove some warningsUlf Lamping2-0/+4
2006-12-11We only need to add the tree view to its containing scrolled windowGuy Harris1-72/+70
2006-12-09add WinPcap beta 2 and 3 to the details version checkUlf Lamping1-0/+2
2006-12-09change it to "Seconds Since Epoch (1970-01-01): 1234567890.123456"Ulf Lamping1-2/+2
2006-12-08A callback in read_prefs_file() should return a prefs_set_pref_e, not anGuy Harris1-2/+2
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-1/+1
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs9-303/+763
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher4-3/+25
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs2-5/+65
2006-12-01Fix for bug #1117: Crash on next action [such as another stats window] whenStephen Fisher1-13/+15
2006-11-29From the wishlist: add basic find functionality to the follow tcp & ssl streamStephen Fisher2-4/+281
2006-11-27break the SCSI SBC commandset out into its own dissectorRonnie Sahlberg1-1/+2
2006-11-27g_strdup takes one parameter not twoRonnie Sahlberg1-3/+3
2006-11-27remove unused variable: tooltipsRonnie Sahlberg1-1/+0
2006-11-26Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.Gerald Combs1-0/+2
2006-11-26Make keyboard navigation common for all tree views (for GTK2, at least).Gerald Combs3-104/+106
2006-11-25Make sure we don't trigger undefined behavior in isprint().Gerald Combs1-1/+7
2006-11-24Have separate proto_construct_match_selected_string() andGuy Harris3-7/+10
2006-11-24add some missing commandsets to the preference for default commandset and to ...Ronnie Sahlberg1-0/+12
2006-11-23Rename proto_construct_dfilter_string() toGuy Harris3-19/+24
2006-11-22break the SCSI SSC commandset out into its own dissectorRonnie Sahlberg1-1/+2
2006-11-22From Michael LumAnders Broman1-17/+17
2006-11-21If a user starts typing text in the main window, append it to theGerald Combs1-4/+2
2006-11-21while loading a huge capture file, enable the main window to show packets rus...Ulf Lamping1-3/+3
2006-11-21flush out the main event loop at dialog creation, so we don't see an empty di...Ulf Lamping1-0/+6
2006-11-21We also need the memory allocation subsystem initialized in anythingGuy Harris1-4/+0
2006-11-21Call guids_init() in epan_init(), so anything that needs libwireshark -Guy Harris1-3/+0
2006-11-19Add exclamation and left parenthesis to the display filter keystrokeGerald Combs1-2/+3
2006-11-18If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, startGerald Combs1-7/+14
2006-11-18Don't try to set focus on NULL.Gerald Combs1-1/+2
2006-11-18GTK1 doesn't have gtk_window_get_focus.Gerald Combs1-0/+4
2006-11-18Make F8 and F7 move to the next and previous packets, which addsGerald Combs1-1/+20
2006-11-18Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"Gerald Combs5-63/+108
2006-11-17Fix buildJaap Keuter1-0/+2
2006-11-17code cleanupUlf Lamping1-3/+0
2006-11-16fix an annoying behaviour: If we save a capture file, let the default be the ...Ulf Lamping1-11/+17
2006-11-16(hopefully) fix the recently discussed warnings where CLAMP() is called with ...Ulf Lamping1-3/+3
2006-11-16Fix for bug 948, "Apply capture preferences not applying." Now when the userStephen Fisher3-11/+31
2006-11-15fix a warningUlf Lamping1-1/+1
2006-11-15add a "private_data" pointer to the read_prefs_file() function, which will be...Ulf Lamping1-5/+5
2006-11-14A fix bug #1138: "Follow TCP Streams gets stream direction wrong if startedStephen Fisher1-10/+33
2006-11-14New feature to automatically highlight the field found when doing a find.Stephen Fisher3-5/+60
2006-11-14nikai@nikai.net:Jörg Mayer5-6/+0
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-11-14From Simon Munton as pointed out by Stephen Fisher:Anders Broman1-0/+4