aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-24oncly include capture_details_24.xpm IFF we have pcap and if we have gtk>=2 t...Ronnie Sahlberg1-0/+3
2007-04-24if we compile for gtk1 'text' is no longer referenced in the simple_dialog_c...Ronnie Sahlberg1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris3-6/+6
2007-04-23Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21...Bill Meier1-10/+10
2007-04-22Another fix to allow gtk1 to compile w/o warnings....Bill Meier1-1/+2
2007-04-22"struct sack_chunk_header" is presumably just a SACK chunk headerGuy Harris1-7/+7
2007-04-22Don't play type-punning games - they cause compiler warnings (not thatGuy Harris1-2/+2
2007-04-22move some headers so that the compile works on gtk1Ronnie Sahlberg1-2/+2
2007-04-22move include of a few headers down a few lines so the compile works on Ronnie Sahlberg1-4/+5
2007-04-22compile fix for gtk1Ronnie Sahlberg1-3/+3
2007-04-22fix compiler warning for gtk1 buildsRonnie Sahlberg1-1/+1
2007-04-22dont include these headers under gtk1 Ronnie Sahlberg1-0/+2
2007-04-22some updates to allow gtk1 to compile without warningsRonnie Sahlberg1-4/+10
2007-04-22From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.Michael Tüxen3-28/+191
2007-04-20Fix bug #1547: Expert Info Composite column "Count" is not sorting numericallyStephen Fisher1-2/+2
2007-04-16Unused parameterJaap Keuter1-2/+1
2007-04-14uninitialized warning fixSebastien Tandel1-0/+1
2007-04-14unused variableSebastien Tandel1-4/+4
2007-04-14move ipsec to DISSECTOR_SRCSebastien Tandel1-5/+5
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingSebastien Tandel1-2/+3
2007-04-10Add the name of the dynamic payload type to the stream dialouge if avalable.Anders Broman1-2/+11
2007-04-04Fix build failures due to windows.h being included before winsock2.h via othe...Graham Bloice1-7/+5
2007-04-04Preparations to be able to display dynamic payload type name in the stream an...Anders Broman2-0/+2
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher2-2/+2
2007-03-30Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertionStephen Fisher1-1/+1
2007-03-30Change GTK_MAJOR_VERSION >= 2 to GTK_CHECK_VERSION(2,4,0) for FollowStephen Fisher2-10/+10
2007-03-30remove svn:executableSebastien Tandel1-0/+0
2007-03-30From Sake Blok: fix bug 598 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?...Bill Meier1-1/+19
2007-03-29Change mnemonic on Save All button from A to L to avoid overlappingStephen Fisher1-1/+1