aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-16Fix bug #1600: Merge feature from File menu does'nt do what it shouldStephen Fisher1-4/+4
2007-05-16dont use g_time_add_val() since it is not available in gtk1Ronnie Sahlberg1-1/+5
2007-05-15Instead of updating the splash screen every time we load or hand offGerald Combs1-4/+18
2007-05-14missing includesTomas Kukosa2-0/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman4-0/+4
2007-05-10On slow displays (such as RDP sessions), it looks like the "update"Gerald Combs1-2/+12
2007-05-07Missing string.h for strncmp.Graeme Lunt1-0/+1
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt3-14/+135
2007-05-05add -P command line option helpUlf Lamping1-0/+2
2007-05-04Spare the filter compilation and filter list handling on clear display filter.Jaap Keuter1-5/+5
2007-05-04From Steven Schaeffer:Jaap Keuter2-4/+15
2007-05-04generate T.38 dissector from ASN.1 sourceTomas Kukosa1-6/+7
2007-05-02Immediately quit routines if fwrite() fails - further writes willGuy Harris2-24/+62
2007-05-02some more : try to make read/write not break the build if the return value is...Ronnie Sahlberg1-10/+10
2007-05-02do something with the return value from eth_write (which is a define for fwri...Ronnie Sahlberg1-14/+15
2007-05-02fix some more warnings that the result from fread/fwrite is discarded by assi...Ronnie Sahlberg3-14/+17
2007-05-02store the result of fread in a variable to make -Werror happyRonnie Sahlberg1-1/+2
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerGuy Harris1-2/+2
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-04-26See previous comment.Guy Harris1-1/+1
2007-04-26Umm, that's *not* how you compare addresses for equality....Guy Harris1-27/+4
2007-04-26Copy up to 4 bytes from the source address, rather than just copying theGuy Harris1-1/+7
2007-04-24add an explicit cast of the callback function in the gtk1 SIGNAL_DISCONNECT_B...Ronnie Sahlberg1-1/+1
2007-04-24Damn qqq-bird. ;)Jaap Keuter1-1/+0