aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-06-23Updates to initial check-in of pixmap saving feature:sfisher2-10/+13
2007-06-22Fix enhancement bug #1337: Export IO Graphssfisher5-1/+234
2007-06-17gtk1 does not have gtk_window_get_modalsahlberg1-0/+2
2007-06-17column_entry_changed_cb is not used by the GTK1 code. ifdef it out for sahlberg1-15/+3
2007-06-17Fix bug #1334 and a problem where a user couldn't interact with thesfisher3-10/+25
2007-06-12Just keep it simple.jake1-4/+4
2007-06-11One more step in privilege separation.gerald4-64/+65
2007-06-04Fix for bug #93: changes to the columns has no effect until restartsfisher6-46/+54
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark wmeier1-1/+1
2007-05-31From Lars Ruoff:sfisher3-14/+14
2007-05-30Fix bug #1530 this time for GTK1 builds.sfisher2-2/+9
2007-05-30Update to revision 22000: change #if GTK_MAJOR_VERSION > 2 to >= 2sfisher1-1/+1
2007-05-30Wrap call to gtk_window_set_destroy_with_parent() within check for GTK_MAJOR_...sfisher1-0/+4
2007-05-29Fix for bug #1530: Graph Analysis window misbehaves if Flow Window thatsfisher3-2/+12
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy5-30/+30
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.guy4-12/+12
2007-05-29From David Howells :standel21-51/+51
2007-05-29fix warnings for gcc 4.2standel1-1/+1
2007-05-25Squelch some qualifier (const vs. non-const) warnings.guy9-26/+26
2007-05-25As Martin pointed out, we were comparing the wrong variable against our gerald1-1/+1
2007-05-25Have editcap and capinfos loading the wiretap plugins.lego1-5/+0
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...lego1-4/+3
2007-05-24Prepare wireshark and tshark for wiretap pluginslego2-7/+10
2007-05-24When computing average: use 0 as avg if divisor=0wmeier1-1/+7
2007-05-24Use the same workaround for the absence of rint() in MSVC++ that's usedguy1-9/+19
2007-05-24Fix 'Analyze ! Enabled_Protocols' search to search on correct column.wmeier1-0/+2
2007-05-23Add shortcuts for expanding/collapsing the packet detail.gerald1-7/+7
2007-05-23Put in some more, hopfully correct casts.etxrab1-2/+2
2007-05-23Handle characters with the 8th bit set.guy1-1/+1
2007-05-23Put back some more missing casts.guy1-2/+2
2007-05-22Put back some casts, and don't use rint() on Windows, in the hopes ofguy1-2/+11
2007-05-22Don't set the focus on the display filter entry when we're passed agerald1-8/+11
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.tuexen6-276/+206
2007-05-22Don't explicitly set the main window name unless you're changing theguy2-7/+32
2007-05-22Fix bug #1600 in the Win32 file dialog (it was fixed for the GTK file dialog ...sfisher1-5/+5
2007-05-22Have the follow code keep track of whether there's any data in the TCPguy1-1/+10
2007-05-21Have init_progfile_dir() also check whetherguy1-7/+7
2007-05-19Convert the arguments to if_list_comparator_alph() to if_info_t *'sguy1-5/+10
2007-05-19Get the build going.jake1-4/+5
2007-05-18From Dustin Johnson:gerald9-513/+632
2007-05-17When saving an RTP stream, don't insert silence if our packet has agerald1-142/+143
2007-05-17Queue a redraw event in packet_list_clear(). This seems to fix thegerald1-0/+1
2007-05-17Decrease the refresh time to 100ms. This seems to make the splashgerald1-1/+1
2007-05-16Fix bug #1548: call of "Protocol Preferences" results in GTK error msgsfisher1-5/+7
2007-05-16Fix bug #1600: Merge feature from File menu does'nt do what it shouldsfisher1-4/+4
2007-05-16dont use g_time_add_val() since it is not available in gtk1sahlberg1-1/+5
2007-05-15Instead of updating the splash screen every time we load or hand offgerald1-4/+18
2007-05-14missing includeskukosa2-0/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab4-0/+4
2007-05-10On slow displays (such as RDP sessions), it looks like the "update"gerald1-2/+12