aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2007-11-10This patch makes it possible to disable individual coloring rules Sake Blok6-28/+214
without having to delete them. The patch has been tested on Fedora-7 with GTK+ 1.2.10 and GTK+ 2.10.11. Since I don't know how to use "strikethrough" in clists in GTK1 there is a little difference in how the disabled coloring rules are displayed. In GTK2 they are striked through and in GTK1 they are shown in lightgrey on a white background. Any info on how to use strikthrough in clists within GTK1 is more than welcome :-) svn path=/trunk/; revision=23421
2007-11-09Back out part of revision 23395 - leave the toolbar arrow, but remove theStephen Fisher2-32/+0
preference to turn it on / off per discussion on -dev list. svn path=/trunk/; revision=23407
2007-11-07Add an arrow with drop-down menu including any toolbar buttons that do notStephen Fisher2-80/+215
fit on the top of the screen. This only works in GTK 2.4+ and there is a layout preference setting to disable it. svn path=/trunk/; revision=23395
2007-11-03Fix distcheck after my prior 2 commitsStephen Fisher1-0/+1
svn path=/trunk/; revision=23348
2007-11-03The rest of the Follow UDP Stream check-inStephen Fisher2-0/+319
svn path=/trunk/; revision=23347
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher7-21/+61
- Add "Follow UDP Stream" feature svn path=/trunk/; revision=23346
2007-11-02display SRTP isntead of RTP if stream is established like a SRTPTomas Kukosa2-3/+9
svn path=/trunk/; revision=23337
2007-10-31Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)Mike Duigou1-2/+2
svn path=/trunk/; revision=23322
2007-10-27Remove empty #if / #endif blockStephen Fisher1-2/+0
svn path=/trunk/; revision=23283
2007-10-25do not update call_state if new call_state == VOIP_NO_STATETomas Kukosa1-1/+2
svn path=/trunk/; revision=23271
2007-10-25new codec table for registering codecs by nameTomas Kukosa2-8/+66
new codec plugin type search registered codecs in rtp player fix memory leak in rtp player svn path=/trunk/; revision=23270
2007-10-24Add missing case.Martin Mathieson1-2/+3
svn path=/trunk/; revision=23264
2007-10-24fix voip_calls.c:126: warning: missing initializerTomas Kukosa1-1/+1
svn path=/trunk/; revision=23263
2007-10-24add common VoIP TAP listener "voip" which can be used in arbitrary ↵Tomas Kukosa3-33/+150
experimental/proprietary protocol (implemented e.g. in plugin) and allows it to make graphs and replay streams svn path=/trunk/; revision=23262
2007-10-22From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929Bill Meier1-1/+1
svn path=/trunk/; revision=23240
2007-10-20Silently ignore bogus geometry subkeys, just as we silently ignore otherGuy Harris1-1/+7
bogus entries in the recent file. This fixes bug 1925. svn path=/trunk/; revision=23233
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa2-2/+2
H.225 - change RysMessage_vals to h225_Rasmessage_vals - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460 asn2wrs make PDUs exportable svn path=/trunk/; revision=23226
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: ↵Sake Blok2-2/+2
"Buffer lenght:" (recursively grepped through the source and corrected all occurences, even the ones just in comments) svn path=/trunk/; revision=23211
2007-10-16Change mgcp include.Anders Broman1-1/+1
svn path=/trunk/; revision=23199
2007-10-15Change mgcp include.Anders Broman1-1/+1
svn path=/trunk/; revision=23197
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, ↵Alejandro Vaquero3-30/+124
Voip graph and RTP player windows. Make the calls selection using standard multiple selection using the GTK buildin functions. Add a 'Select All' buttom to the VoIP calls window. svn path=/trunk/; revision=23089
2007-10-05export more types from H.225.0 and H.245 which will be necessary for ↵Tomas Kukosa1-1/+1
H.460.x, H.323 (Annex M,R), H.501 svn path=/trunk/; revision=23069
2007-09-26- Added Tick interval 1 min and 10 min.Stig Bjørlykke1-19/+25
- Draw an empty graph if no items in given tick interval. - Initialize interval_delta so we don't get overlaping x-scale labels. - Some whitespace cleanup. svn path=/trunk/; revision=22992
2007-09-26"fix" some warnings about "might be used uninitialized" variablesJörg Mayer1-2/+2
svn path=/trunk/; revision=22983
2007-09-25In newer versions of GTK+ 2.x, if you have the mouse positioned above aGerald Combs2-55/+49
button that goes from insensitive to sensitive, the button won't respond to mouse clicks. This caused the Coloring Rules dialog behavior reported in bug 699. Work around it by not making the up/down buttons insensitive while we're moving a rule. Fixup whitespace. svn path=/trunk/; revision=22946
2007-09-24Fix bug #1457: Undersized array causing "smashed stack".Bill Meier1-1/+1
svn path=/trunk/; revision=22942
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-1/+1
svn path=/trunk/; revision=22934
2007-09-24Get rid of the last warning.Jaap Keuter1-1/+1
svn path=/trunk/; revision=22930
2007-09-24From Chad Singer:Jaap Keuter1-0/+86
I fixed a bug in packet_unistim.c which was causing a 'malformed packet' to appear when an open stream command is read with no endpoint ip (as is sometimes done) I added a simple msg_len check to avoid this. I also added UFTP to the unistim dissector and adjusted the unistim call-detection in voip-info.c to start on an open stream as well as keypresses.. svn path=/trunk/; revision=22929
2007-09-21Spell out each of the units in the status bar. A few people have remarkedGerald Combs1-4/+4
that this would be helpful for new users. svn path=/trunk/; revision=22922
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11Stig Bjørlykke2-22/+34
packets in the Packet Details View. This "appendix" bytes are not copied with the Copy functions or in the Export Selected Packet Bytes. svn path=/trunk/; revision=22887
2007-09-16Free some recently added strings when we are done with them.Stephen Fisher2-0/+8
svn path=/trunk/; revision=22878
2007-09-15Add routines under Windows to check if npf.sys is running, and toGerald Combs3-0/+34
fetch the major OS version. If we're running Windows >= 6 (Vista) _and_ npf.sys isn't running, warn the user in Wireshark and TShark. Add a recent prefs item to disable the warning in Wireshark. svn path=/trunk/; revision=22877
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher10-37/+41
svn path=/trunk/; revision=22870
2007-09-13Finish the major part of merging duplicate code between follow TCP & SSLStephen Fisher4-250/+161
stream functions. svn path=/trunk/; revision=22869
2007-09-11Make the splash screen look just a little bit better.Jaap Keuter1-2/+2
svn path=/trunk/; revision=22843
2007-09-10Some more code merging / cleanup in the Follow TCP & SSL Stream featuresStephen Fisher4-515/+399
svn path=/trunk/; revision=22841
2007-09-10Fix bug in View ! Color Filter ! New ! (Fore|Back)ground Color & etc code Bill Meier1-1/+4
which resulted in a GtkCritcal msg and in disabling the "(Fore|Back)ground Color" button when esc used to close the widget. svn path=/trunk/; revision=22840
2007-09-10From Chad Singer:Jaap Keuter3-3/+441
UNISTIM Tap interface plus call grapher. svn path=/trunk/; revision=22834
2007-09-09translate some german to englishUlf Lamping1-3/+3
svn path=/trunk/; revision=22832
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project ↵Ulf Lamping1-0/+1030
files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process. svn path=/trunk/; revision=22831
2007-09-06Enable esc key for SCTP Associations window.Bill Meier1-2/+4
svn path=/trunk/; revision=22804
2007-09-05Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in ↵Bill Meier1-2/+4
main window; Fixes bug reported by Toralf Förster svn path=/trunk/; revision=22795
2007-09-04enable esc for new/edit/delete dialogs; remove some redundant code; Bill Meier1-22/+7
svn path=/trunk/; revision=22782
2007-09-04From Stas Maximov:Anders Broman1-1/+2
RTP analysis' jitter values are thrown off by RTP events http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1076 a) Ephemeral string (packet duration) was inserted into long-term hash of dynamic payloads b) There was no clock_rate mapping for MIME type "telephone-event". svn path=/trunk/; revision=22780
2007-09-03default window_cancel_butoon_cb is not appropriate since a specific cancel ↵Bill Meier1-1/+1
cb is specified. svn path=/trunk/; revision=22774
2007-09-02Fix my previous patch to enable esc on windowBill Meier1-1/+1
svn path=/trunk/; revision=22772
2007-08-31Enable <esc> to cancel window; remove some redundant codeBill Meier1-25/+6
svn path=/trunk/; revision=22763
2007-08-31This patch fixes the following two errors that appear whenSake Blok1-1/+5
configure is run with "--without-plugins" cc1: warnings being treated as errors about_dlg.c: In function ‘about_wireshark_cb’: about_dlg.c:426: warning: unused variable ‘plugins_page’ make[2]: *** [about_dlg.o] Error 1 editcap.c: In function ‘main’: editcap.c:663: error: ‘check_ts’ undeclared (first use in this function) editcap.c:663: error: (Each undeclared identifier is reported only once editcap.c:663: error: for each function it appears in.) make[2]: *** [editcap.o] Error 1 svn path=/trunk/; revision=22761
2007-08-30It seems like capture_stats is working as a correctly implemented pcap_stats.Stig Bjørlykke1-14/+7
Update the Packets count in Capture Interfaces according to this. svn path=/trunk/; revision=22755