aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, ↵avaquero3-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23089 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-05export more types from H.225.0 and H.245 which will be necessary for ↵kukosa1-1/+1
H.460.x, H.323 (Annex M,R), H.501 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23069 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-26- Added Tick interval 1 min and 10 min.stig1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22992 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-26"fix" some warnings about "might be used uninitialized" variablesjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22983 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-25In newer versions of GTK+ 2.x, if you have the mouse positioned above agerald2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22946 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24Fix bug #1457: Undersized array causing "smashed stack".wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22942 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24Get rid of the remains of NET-SNMP in the build process.jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22934 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24Get rid of the last warning.jake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22930 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24From Chad Singer:jake1-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.. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22929 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-21Spell out each of the units in the status bar. A few people have remarkedgerald1-4/+4
that this would be helpful for new users. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22922 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-17Added functionality to highlight the FCS bytes in Ethernet and IEEE 802.11stig2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22887 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-16Free some recently added strings when we are done with them.sfisher2-0/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22878 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-15Add routines under Windows to check if npf.sys is running, and togerald3-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22877 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionssfisher10-37/+41
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22870 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-13Finish the major part of merging duplicate code between follow TCP & SSLsfisher4-250/+161
stream functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22869 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-11Make the splash screen look just a little bit better.jake1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22843 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-10Some more code merging / cleanup in the Follow TCP & SSL Stream featuressfisher4-515/+399
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22841 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-10Fix bug in View ! Color Filter ! New ! (Fore|Back)ground Color & etc code wmeier1-1/+4
which resulted in a GtkCritcal msg and in disabling the "(Fore|Back)ground Color" button when esc used to close the widget. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22840 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-10From Chad Singer:jake3-3/+441
UNISTIM Tap interface plus call grapher. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22834 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-09translate some german to englishulfl1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22832 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project ↵ulfl1-0/+1030
files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22831 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-06Enable esc key for SCTP Associations window.wmeier1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22804 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-05Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in ↵wmeier1-2/+4
main window; Fixes bug reported by Toralf Förster git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22795 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-04enable esc for new/edit/delete dialogs; remove some redundant code; wmeier1-22/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22782 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-04From Stas Maximov:etxrab1-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". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22780 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-03default window_cancel_butoon_cb is not appropriate since a specific cancel ↵wmeier1-1/+1
cb is specified. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22774 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-02Fix my previous patch to enable esc on windowwmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22772 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-31Enable <esc> to cancel window; remove some redundant codewmeier1-25/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22763 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-31This patch fixes the following two errors that appear whensake1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22761 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-30It seems like capture_stats is working as a correctly implemented pcap_stats.stig1-14/+7
Update the Packets count in Capture Interfaces according to this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22755 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-30Update to reflect new iteration verb 0x6e.gmorris1-9/+57
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22748 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-30Added #include <sys/types.h>stig1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22745 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkgerald9-34/+98
setuid instead of Wireshark. Remove the "DANGEROUS" notices, but leave it disabled by default. Whine if the user runs Wireshark or TShark as root. Add a preference to disable the whining. Add a "setuid-root" script that can be used to switch dumpcap and TShark's setuid-ness on and off for development and testing. Update the release notes and README.packaging. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22733 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-26Added "Dot" as new style in IO Graph.stig1-2/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22666 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25Cast as (gfloat)etxrab1-1/+1
io->scrollbar_adjustment->value=(gfloat)first_interval; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22653 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24The code for resizing the scrollbar page_size was a bit strange and didstig1-6/+2
some strange justifications when having high "tick values" in the graph. Simplified this to fix a problem with scrolling to X Axis zero and a problem with interval values printed in the wrong time position. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22645 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24Print the first interval in the graph.stig1-14/+21
Print zero label string in the X Axis (not centered). Always start the graph with the first interval, not at zero x value. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22644 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24fix log msg typorichardv1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22637 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-23Move follow_infos into folow_stream.c and initialize it.gerald2-12/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22613 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-23Fix comment on top of filesfisher1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22611 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-23Fixed drawing of X Axis decimal values: "0. 50" -> "0.050"stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22610 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-22autoscroll_button is not used if we don't HAVE_LIBPCAP so put it inside the ↵morriss1-2/+2
#ifdef git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22589 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-22gcc 4 doesn't like my macro for getting the interface description: it says ↵morriss1-10/+12
there's an invalid lvalue in it. I don't see what's wrong with it, but replace the macro with a function. Also: don't include the .xpm files in gtk/main.c if we're building without PCAP (as they're not used in that configuration). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22588 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :morriss3-28/+47
Try to call get_interface_descriptive_name() as little as possible (storing the result in capture_opts) to avoid a performance hit during live capture (especially if you have lots of interfaces) and to avoid leaking memory. One issue with this is that capture_opts.c cannot (without adding significant dependencies) set the iface_descr so readers of that field (only gtk/main.c and tshark.c) use a macro to (set if not already set and) get the value of that field. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22587 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-18Add #include needed to get defs for PT_PCMU & etcwmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22549 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-18Use #defines, rather than raw numbers, for RTP payload types.guy1-5/+15
Note that we should return an error for payload types we don't support, so the user knows we can't handle the audio. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22547 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-17Instead of converting between 802.11 frequencies and channels umpteengerald3-97/+92
different ways, add a set of common conversion routines. Add a "Frequency/Channel" column and fill it in where we can. Fix RSSI column printing in PPI. Fix up whitespace along the way. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22538 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-16mark some parameters as unusedulfl1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22532 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-16experimental feature: dissector filtersulfl3-13/+75
add the possibility, that a dissector writer can provide (usually non-trivial) display filters specific for the protocol in question (with an example in packet-dcerpc-pn-io.c), that will appear in the GUI git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22530 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-16fix build problems under Win32ulfl1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22523 f5534014-38df-0310-8fa8-9805f1628bb7