aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-11-24Add a cast to make it compile again.stig1-1/+1
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...sake6-253/+588
2007-11-21Avoid redraw hex dump windows if redissecting.stig3-10/+10
2007-11-21fix crash caused with memory overwrite (flush buffer into window when we do n...kukosa1-4/+5
2007-11-20Fix bug #1841: Crash after adding&deleting a column (while packet capturesfisher1-1/+1
2007-11-20Add relative start time, duration, and average data rate (bps) columnsgerald17-122/+271
2007-11-20Rest of fix for SVN revision 23487. This change also changes the callbacksfisher1-0/+4
2007-11-19Fix my last commit (23487) to work with GTK 2.4 - 2.11+. I had accidentlysfisher1-6/+12
2007-11-19Fix a problem introduced with the GTK 2.4+ Toolbar API whereby the save/sfisher1-3/+27
2007-11-18Fix bug #1164 again - this time for GTK1.sfisher1-0/+4
2007-11-17Apply yet another set of the optimization patches:etxrab2-37/+48
2007-11-14Added some parentheses to clarify the gint64 cast.stig1-5/+5
2007-11-14From Shiang-Ming Huang:stig1-1/+1
2007-11-14From didier:sfisher1-1/+2
2007-11-11Open the coloring rule edit dialog when the coloring rule is sake1-1/+15
2007-11-10Make the enable/disable buttons on the coloring rule list followsake1-5/+15
2007-11-10Ensure we pop any previous loaded filename from the statusbarstig1-0/+3
2007-11-10Apply yet another set of the optimization patches:etxrab3-7/+8
2007-11-10This patch makes it possible to disable individual coloring rules sake6-28/+214
2007-11-09Back out part of revision 23395 - leave the toolbar arrow, but remove thesfisher2-32/+0
2007-11-07Add an arrow with drop-down menu including any toolbar buttons that do notsfisher2-80/+215
2007-11-03Fix distcheck after my prior 2 commitssfisher1-0/+1
2007-11-03The rest of the Follow UDP Stream check-insfisher2-0/+319
2007-11-03- Future improve/clean up the now generic follow stream codesfisher7-21/+61
2007-11-02display SRTP isntead of RTP if stream is established like a SRTPkukosa2-3/+9
2007-10-31Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)bondolo1-2/+2
2007-10-27Remove empty #if / #endif blocksfisher1-2/+0
2007-10-25do not update call_state if new call_state == VOIP_NO_STATEkukosa1-1/+2
2007-10-25new codec table for registering codecs by namekukosa2-8/+66
2007-10-24Add missing case.martinm1-2/+3
2007-10-24fix voip_calls.c:126: warning: missing initializerkukosa1-1/+1
2007-10-24add common VoIP TAP listener "voip" which can be used in arbitrary experiment...kukosa3-33/+150
2007-10-22From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929wmeier1-1/+1
2007-10-20Silently ignore bogus geometry subkeys, just as we silently ignore otherguy1-1/+7
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)kukosa2-2/+2
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...sake2-2/+2
2007-10-16Change mgcp include.etxrab1-1/+1
2007-10-15Change mgcp include.etxrab1-1/+1
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...avaquero3-30/+124
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...kukosa1-1/+1
2007-09-26- Added Tick interval 1 min and 10 min.stig1-19/+25
2007-09-26"fix" some warnings about "might be used uninitialized" variablesjmayer1-2/+2
2007-09-25In newer versions of GTK+ 2.x, if you have the mouse positioned above agerald2-55/+49
2007-09-24Fix bug #1457: Undersized array causing "smashed stack".wmeier1-1/+1
2007-09-24Get rid of the remains of NET-SNMP in the build process.jmayer1-1/+1
2007-09-24Get rid of the last warning.jake1-1/+1
2007-09-24From Chad Singer:jake1-0/+86
2007-09-21Spell out each of the units in the status bar. A few people have remarkedgerald1-4/+4
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11stig2-22/+34
2007-09-16Free some recently added strings when we are done with them.sfisher2-0/+8