aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-01-03from Laurent Rabret:Ulf Lamping1-2/+2
2007-01-02More ethereal --> wiresharkBill Meier1-1/+1
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris2-4/+7
2007-01-02MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for...Ulf Lamping1-0/+7
2006-12-29Fix for bug #1278: Stephen Fisher5-5/+14
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs3-50/+49
2006-12-27Prepare to move the airpdcap code to epan/crypt (SVN won't let me actuallyGerald Combs1-1/+1
2006-12-27+ browser_open_url()Luis Ontanon1-1/+4
2006-12-26fix unused warningsUlf Lamping1-1/+1
2006-12-22Make fix for bug 771 compatible with GTK1Jaap Keuter1-3/+6
2006-12-22hmmRonnie Sahlberg1-0/+1
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