aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris5-30/+30
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris4-12/+12
2007-05-29From David Howells :Sebastien Tandel21-51/+51
2007-05-29fix warnings for gcc 4.2Sebastien Tandel1-1/+1
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris9-26/+26
2007-05-25As Martin pointed out, we were comparing the wrong variable against our Gerald Combs1-1/+1
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-5/+0
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...Luis Ontanon1-4/+3
2007-05-24Prepare wireshark and tshark for wiretap pluginsLuis Ontanon2-7/+10
2007-05-24When computing average: use 0 as avg if divisor=0Bill Meier1-1/+7
2007-05-24Use the same workaround for the absence of rint() in MSVC++ that's usedGuy Harris1-9/+19
2007-05-24Fix 'Analyze ! Enabled_Protocols' search to search on correct column.Bill Meier1-0/+2
2007-05-23Add shortcuts for expanding/collapsing the packet detail.Gerald Combs1-7/+7
2007-05-23Put in some more, hopfully correct casts.Anders Broman1-2/+2
2007-05-23Handle characters with the 8th bit set.Guy Harris1-1/+1
2007-05-23Put back some more missing casts.Guy Harris1-2/+2
2007-05-22Put back some casts, and don't use rint() on Windows, in the hopes ofGuy Harris1-2/+11
2007-05-22Don't set the focus on the display filter entry when we're passed aGerald Combs1-8/+11
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen6-276/+206
2007-05-22Don't explicitly set the main window name unless you're changing theGuy Harris2-7/+32
2007-05-22Fix bug #1600 in the Win32 file dialog (it was fixed for the GTK file dialog ...Stephen Fisher1-5/+5
2007-05-22Have the follow code keep track of whether there's any data in the TCPGuy Harris1-1/+10
2007-05-21Have init_progfile_dir() also check whetherGuy Harris1-7/+7
2007-05-19Convert the arguments to if_list_comparator_alph() to if_info_t *'sGuy Harris1-5/+10
2007-05-19Get the build going.Jaap Keuter1-4/+5
2007-05-18From Dustin Johnson:Gerald Combs9-513/+632
2007-05-17When saving an RTP stream, don't insert silence if our packet has aGerald Combs1-142/+143
2007-05-17Queue a redraw event in packet_list_clear(). This seems to fix theGerald Combs1-0/+1
2007-05-17Decrease the refresh time to 100ms. This seems to make the splashGerald Combs1-1/+1
2007-05-16Fix bug #1548: call of "Protocol Preferences" results in GTK error msgStephen Fisher1-5/+7