aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-01-16Should have done this in the last checkin: wrap help_topic_html() in #ifdef(G...Jeff Morriss1-0/+2
2007-01-16help_topic_gtk() is needed in GTK 1.2 builds so don't #ifdef(GKT2) it outJeff Morriss1-2/+0
2007-01-16in effect use the User's Guide as the online help system now (for GTK > V1)!Ulf Lamping2-5/+7
2007-01-15Help:Ulf Lamping1-50/+59
2007-01-14fix #301: Windows file dialog should:Ulf Lamping2-22/+11
2007-01-14fix a bug when freeing newpath - don't g_free(NULL)Ulf Lamping1-1/+1
2007-01-14Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again.Jaap Keuter1-0/+1
2007-01-14bugfix: show the "placesbar" (the one with e.g. "My Documents" button) for th...Ulf Lamping1-182/+236
2007-01-13U3 support for "recent" files.Graeme Lunt4-3/+87
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt4-1/+217
2007-01-12update ssl-dlg.c in accordance with changes in SSL dissectorTomas Kukosa1-7/+26
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-2/+2
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs1-599/+601
2007-01-11Fix for bug #1140: Filtering messes up packet list sort orderStephen Fisher1-0/+13
2007-01-08fix compilation for:Ulf Lamping1-3/+2
2007-01-06fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK is...Ulf Lamping1-4/+6
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