aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
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