aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs9-34/+98
2007-08-26Added "Dot" as new style in IO Graph.Stig Bjørlykke1-2/+13
2007-08-25Cast as (gfloat)Anders Broman1-1/+1
2007-08-24The code for resizing the scrollbar page_size was a bit strange and didStig Bjørlykke1-6/+2
2007-08-24Print the first interval in the graph.Stig Bjørlykke1-14/+21
2007-08-24fix log msg typoRichard van der Hoff1-1/+1
2007-08-23Move follow_infos into folow_stream.c and initialize it.Gerald Combs2-12/+14
2007-08-23Fix comment on top of fileStephen Fisher1-1/+1
2007-08-23Fixed drawing of X Axis decimal values: "0. 50" -> "0.050"Stig Bjørlykke1-2/+2
2007-08-22autoscroll_button is not used if we don't HAVE_LIBPCAP so put it inside the #...Jeff Morriss1-2/+2
2007-08-22gcc 4 doesn't like my macro for getting the interface description: it says th...Jeff Morriss1-10/+12
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss3-28/+47
2007-08-18Add #include needed to get defs for PT_PCMU & etcBill Meier1-0/+1
2007-08-18Use #defines, rather than raw numbers, for RTP payload types.Guy Harris1-5/+15
2007-08-17Instead of converting between 802.11 frequencies and channels umpteenGerald Combs3-97/+92
2007-08-16mark some parameters as unusedUlf Lamping1-3/+3
2007-08-16experimental feature: dissector filtersUlf Lamping3-13/+75
2007-08-16fix build problems under Win32Ulf Lamping1-1/+4
2007-08-16Initial work on merging common code between follow TCP & SSL stream featuresStephen Fisher6-1295/+822
2007-08-11Fixing the GTK1 build shouldn't break the GTK2 build.Jaap Keuter1-1/+1
2007-08-09Fix GTK1 compilation.Jaap Keuter1-3/+2
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon1-1/+0
2007-08-04Change the export object/export object http code to only be includedStephen Fisher3-7/+9
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-68/+18
2007-07-25from Florent DROUIN:Luis Ontanon1-8/+17
2007-07-23for the Ethernet conversation filter, don't use ethertype but the data link a...Ulf Lamping1-2/+4
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs2-2/+2
2007-07-18Make debugging static.Michael Tüxen1-1/+1
2007-07-17Don't use gtk_clist_row_is_visible() but rather eth_clist_row_is_visible() so...Jeff Morriss1-1/+1
2007-07-16Fix a couple "cast to pointer from integer of different size" warnings when b...Jeff Morriss3-4/+4
2007-07-09From Dustin Johnson: AirPcap display update.Gerald Combs1-1/+5
2007-07-09From Dustin Johnson: If "Update list of packets in real time" andGerald Combs2-1/+21
2007-06-29Add 422 "Session Timer Too Small" response code from RFC 4028Martin Mathieson1-0/+1
2007-06-27Fix a bug where you couldn't save individual packets from a file type thatStephen Fisher1-1/+7
2007-06-27In the wireless key management dialog, apply the 802.11 preferences whenGerald Combs1-45/+12
2007-06-27If we have problems with "Save All" in the HTTP object list, show a singleGerald Combs1-16/+26
2007-06-23Updates to initial check-in of pixmap saving feature:Stephen Fisher2-10/+13
2007-06-22Fix enhancement bug #1337: Export IO GraphsStephen Fisher5-1/+234
2007-06-17gtk1 does not have gtk_window_get_modalRonnie Sahlberg1-0/+2
2007-06-17column_entry_changed_cb is not used by the GTK1 code. ifdef it out for Ronnie Sahlberg1-15/+3
2007-06-17Fix bug #1334 and a problem where a user couldn't interact with theStephen Fisher3-10/+25
2007-06-12Just keep it simple.Jaap Keuter1-4/+4
2007-06-11One more step in privilege separation.Gerald Combs4-64/+65
2007-06-04Fix for bug #93: changes to the columns has no effect until restartStephen Fisher6-46/+54
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier1-1/+1
2007-05-31From Lars Ruoff:Stephen Fisher3-14/+14
2007-05-30Fix bug #1530 this time for GTK1 builds.Stephen Fisher2-2/+9
2007-05-30Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2Stephen Fisher1-1/+1
2007-05-30Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_...Stephen Fisher1-0/+4
2007-05-29Fix for bug #1530: Graph Analysis window misbehaves if Flow Window thatStephen Fisher3-2/+12