aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-10-31Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)Mike Duigou1-2/+2
2007-10-27Remove empty #if / #endif blockStephen Fisher1-2/+0
2007-10-25do not update call_state if new call_state == VOIP_NO_STATETomas Kukosa1-1/+2
2007-10-25new codec table for registering codecs by nameTomas Kukosa2-8/+66
2007-10-24Add missing case.Martin Mathieson1-2/+3
2007-10-24fix voip_calls.c:126: warning: missing initializerTomas Kukosa1-1/+1
2007-10-24add common VoIP TAP listener "voip" which can be used in arbitrary experiment...Tomas Kukosa3-33/+150
2007-10-22From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929Bill Meier1-1/+1
2007-10-20Silently ignore bogus geometry subkeys, just as we silently ignore otherGuy Harris1-1/+7
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa2-2/+2
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok2-2/+2
2007-10-16Change mgcp include.Anders Broman1-1/+1
2007-10-15Change mgcp include.Anders Broman1-1/+1
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...Alejandro Vaquero3-30/+124
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...Tomas Kukosa1-1/+1
2007-09-26- Added Tick interval 1 min and 10 min.Stig Bjørlykke1-19/+25
2007-09-26"fix" some warnings about "might be used uninitialized" variablesJörg Mayer1-2/+2
2007-09-25In newer versions of GTK+ 2.x, if you have the mouse positioned above aGerald Combs2-55/+49
2007-09-24Fix bug #1457: Undersized array causing "smashed stack".Bill Meier1-1/+1
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-1/+1
2007-09-24Get rid of the last warning.Jaap Keuter1-1/+1
2007-09-24From Chad Singer:Jaap Keuter1-0/+86
2007-09-21Spell out each of the units in the status bar. A few people have remarkedGerald Combs1-4/+4
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11Stig Bjørlykke2-22/+34
2007-09-16Free some recently added strings when we are done with them.Stephen Fisher2-0/+8
2007-09-15Add routines under Windows to check if npf.sys is running, and toGerald Combs3-0/+34
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher10-37/+41
2007-09-13Finish the major part of merging duplicate code between follow TCP & SSLStephen Fisher4-250/+161
2007-09-11Make the splash screen look just a little bit better.Jaap Keuter1-2/+2
2007-09-10Some more code merging / cleanup in the Follow TCP & SSL Stream featuresStephen Fisher4-515/+399
2007-09-10Fix bug in View ! Color Filter ! New ! (Fore|Back)ground Color & etc code Bill Meier1-1/+4
2007-09-10From Chad Singer:Jaap Keuter3-3/+441
2007-09-09translate some german to englishUlf Lamping1-3/+3
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project files...Ulf Lamping1-0/+1030
2007-09-06Enable esc key for SCTP Associations window.Bill Meier1-2/+4
2007-09-05Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in m...Bill Meier1-2/+4
2007-09-04enable esc for new/edit/delete dialogs; remove some redundant code; Bill Meier1-22/+7
2007-09-04From Stas Maximov:Anders Broman1-1/+2
2007-09-03default window_cancel_butoon_cb is not appropriate since a specific cancel c...Bill Meier1-1/+1
2007-09-02Fix my previous patch to enable esc on windowBill Meier1-1/+1
2007-08-31Enable <esc> to cancel window; remove some redundant codeBill Meier1-25/+6
2007-08-31This patch fixes the following two errors that appear whenSake Blok1-1/+5
2007-08-30It seems like capture_stats is working as a correctly implemented pcap_stats.Stig Bjørlykke1-14/+7
2007-08-30Update to reflect new iteration verb 0x6e.Greg Morris1-9/+57
2007-08-30Added #include <sys/types.h>Stig Bjørlykke1-0/+4
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs9-34/+98
2007-08-26Added "Dot" as new style in IO Graph.Stig Bjørlykke1-2/+13
2007-08-25Cast as (gfloat)Anders Broman1-1/+1
2007-08-24The code for resizing the scrollbar page_size was a bit strange and didStig Bjørlykke1-6/+2
2007-08-24Print the first interval in the graph.Stig Bjørlykke1-14/+21