aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* gtkglobals.h not neededUlf Lamping2006-12-121-1/+0
* Remove svn:executable property from a few more .[hc] filesBill Meier2006-12-122-0/+0
* Add a new function to build column widths based not only on the maxStephen Fisher2006-12-111-2/+2
* remove some warningsUlf Lamping2006-12-112-0/+4
* We only need to add the tree view to its containing scrolled windowGuy Harris2006-12-111-72/+70
* add WinPcap beta 2 and 3 to the details version checkUlf Lamping2006-12-091-0/+2
* change it to "Seconds Since Epoch (1970-01-01): 1234567890.123456"Ulf Lamping2006-12-091-2/+2
* A callback in read_prefs_file() should return a prefs_set_pref_e, not anGuy Harris2006-12-081-2/+2
* Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs2006-12-061-1/+1
* From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs2006-12-059-303/+763
* From Douglas Pratley with trivial changes and documentation changes Stephen Fisher2006-12-054-3/+25
* From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs2006-12-052-5/+65
* Fix for bug #1117: Crash on next action [such as another stats window] whenStephen Fisher2006-12-011-13/+15
* From the wishlist: add basic find functionality to the follow tcp & ssl streamStephen Fisher2006-11-292-4/+281
* break the SCSI SBC commandset out into its own dissectorRonnie Sahlberg2006-11-271-1/+2
* g_strdup takes one parameter not twoRonnie Sahlberg2006-11-271-3/+3
* remove unused variable: tooltipsRonnie Sahlberg2006-11-271-1/+0
* Wrap the declaration for tree_view_key_pressed_cb() in an #if/#endif.Gerald Combs2006-11-261-0/+2
* Make keyboard navigation common for all tree views (for GTK2, at least).Gerald Combs2006-11-263-104/+106
* Make sure we don't trigger undefined behavior in isprint().Gerald Combs2006-11-251-1/+7
* Have separate proto_construct_match_selected_string() andGuy Harris2006-11-243-7/+10
* add some missing commandsets to the preference for default commandset and to ...Ronnie Sahlberg2006-11-241-0/+12
* Rename proto_construct_dfilter_string() toGuy Harris2006-11-233-19/+24
* break the SCSI SSC commandset out into its own dissectorRonnie Sahlberg2006-11-221-1/+2
* From Michael LumAnders Broman2006-11-221-17/+17
* If a user starts typing text in the main window, append it to theGerald Combs2006-11-211-4/+2
* while loading a huge capture file, enable the main window to show packets rus...Ulf Lamping2006-11-211-3/+3
* flush out the main event loop at dialog creation, so we don't see an empty di...Ulf Lamping2006-11-211-0/+6
* We also need the memory allocation subsystem initialized in anythingGuy Harris2006-11-211-4/+0
* Call guids_init() in epan_init(), so anything that needs libwireshark -Guy Harris2006-11-211-3/+0
* Add exclamation and left parenthesis to the display filter keystrokeGerald Combs2006-11-191-2/+3
* If the user starts typing ([a-zA-Z0-9]) anywhere in the main window, startGerald Combs2006-11-181-7/+14
* Don't try to set focus on NULL.Gerald Combs2006-11-181-1/+2
* GTK1 doesn't have gtk_window_get_focus.Gerald Combs2006-11-181-0/+4
* Make F8 and F7 move to the next and previous packets, which addsGerald Combs2006-11-181-1/+20
* Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"Gerald Combs2006-11-185-63/+108
* Fix buildJaap Keuter2006-11-171-0/+2
* code cleanupUlf Lamping2006-11-171-3/+0
* fix an annoying behaviour: If we save a capture file, let the default be the ...Ulf Lamping2006-11-161-11/+17
* (hopefully) fix the recently discussed warnings where CLAMP() is called with ...Ulf Lamping2006-11-161-3/+3
* Fix for bug 948, "Apply capture preferences not applying." Now when the userStephen Fisher2006-11-163-11/+31
* fix a warningUlf Lamping2006-11-151-1/+1
* add a "private_data" pointer to the read_prefs_file() function, which will be...Ulf Lamping2006-11-151-5/+5
* A fix bug #1138: "Follow TCP Streams gets stream direction wrong if startedStephen Fisher2006-11-141-10/+33
* New feature to automatically highlight the field found when doing a find.Stephen Fisher2006-11-143-5/+60
* nikai@nikai.net:Jörg Mayer2006-11-145-6/+0
* nikai@nikai.net:Jörg Mayer2006-11-141-1/+0
* From Simon Munton as pointed out by Stephen Fisher:Anders Broman2006-11-141-0/+4
* Warning fixes (void) instead of (), no newline at end of file.Jörg Mayer2006-11-073-3/+4
* From Albert Chin:Jaap Keuter2006-11-071-2/+2