aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-05-04generate T.38 dissector from ASN.1 sourcekukosa1-6/+7
2007-05-02Immediately quit routines if fwrite() fails - further writes willguy2-24/+62
2007-05-02some more : try to make read/write not break the build if the return value is...sahlberg1-10/+10
2007-05-02do something with the return value from eth_write (which is a define for fwri...sahlberg1-14/+15
2007-05-02fix some more warnings that the result from fread/fwrite is discarded by assi...sahlberg3-14/+17
2007-05-02store the result of fread in a variable to make -Werror happysahlberg1-1/+2
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerguy1-2/+2
2007-04-26memmove() is needed only if the source and destination might overlap.guy1-1/+1
2007-04-26See previous comment.guy1-1/+1
2007-04-26Umm, that's *not* how you compare addresses for equality....guy1-27/+4
2007-04-26Copy up to 4 bytes from the source address, rather than just copying theguy1-1/+7
2007-04-24add an explicit cast of the callback function in the gtk1 SIGNAL_DISCONNECT_B...sahlberg1-1/+1
2007-04-24Damn qqq-bird. ;)jake1-1/+0
2007-04-24oncly include capture_details_24.xpm IFF we have pcap and if we have gtk>=2 t...sahlberg1-0/+3
2007-04-24if we compile for gtk1 'text' is no longer referenced in the simple_dialog_c...sahlberg1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy3-6/+6
2007-04-23Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21...wmeier1-10/+10
2007-04-22Another fix to allow gtk1 to compile w/o warnings....wmeier1-1/+2
2007-04-22"struct sack_chunk_header" is presumably just a SACK chunk headerguy1-7/+7
2007-04-22Don't play type-punning games - they cause compiler warnings (not thatguy1-2/+2
2007-04-22move some headers so that the compile works on gtk1sahlberg1-2/+2
2007-04-22move include of a few headers down a few lines so the compile works on sahlberg1-4/+5
2007-04-22compile fix for gtk1sahlberg1-3/+3
2007-04-22fix compiler warning for gtk1 buildssahlberg1-1/+1
2007-04-22dont include these headers under gtk1 sahlberg1-0/+2
2007-04-22some updates to allow gtk1 to compile without warningssahlberg1-4/+10
2007-04-22From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.tuexen3-28/+191
2007-04-20Fix bug #1547: Expert Info Composite column "Count" is not sorting numericallysfisher1-2/+2
2007-04-16Unused parameterjake1-2/+1
2007-04-14uninitialized warning fixstandel1-0/+1
2007-04-14unused variablestandel1-4/+4
2007-04-14move ipsec to DISSECTOR_SRCstandel1-5/+5
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingstandel1-2/+3
2007-04-10Add the name of the dynamic payload type to the stream dialouge if avalable.etxrab1-2/+11
2007-04-04Fix build failures due to windows.h being included before winsock2.h via othe...grahamb1-7/+5
2007-04-04Preparations to be able to display dynamic payload type name in the stream an...etxrab2-0/+2
2007-04-03Fix warnings on Linux/gcc 4.1.1sfisher2-2/+2
2007-03-30Fix "Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertionsfisher1-1/+1
2007-03-30Change GTK_MAJOR_VERSION >= 2 to GTK_CHECK_VERSION(2,4,0) for Followsfisher2-10/+10
2007-03-30remove svn:executablestandel1-0/+0
2007-03-30From Sake Blok: fix bug 598 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?...wmeier1-1/+19
2007-03-29Change mnemonic on Save All button from A to L to avoid overlappingsfisher1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher5-21/+21
2007-03-28do not avoid redrawing the taplego1-3/+1
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...lego1-5/+5
2007-03-27from Gisle Vanem:ulfl1-1/+1
2007-03-26add Megaco to the "VoIP Calls" taplego2-1/+25
2007-03-25rename h248_* to gcp_* according to changes in epan.lego2-11/+11
2007-03-25From Jon Smirlsahlberg3-0/+95
2007-03-25From Jon Smirlsahlberg3-0/+93