aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2006-10-07Alejandro Vaquero:Jörg Mayer2-54/+106
Add portaudio v19 support in addition to v18: Here is a patch using the API 2 (v19). I tested it only in Windows. Attached also the Windows v19 zip file used. I did not modify the Makefile.nmake to download this new version (when running the "setup"), because Windows v18 it is still good. svn path=/trunk/; revision=19446
2006-10-05have the funnel client passing the destructors for btn data structures to ↵Luis Ontanon1-6/+6
the funnel. Although useless in practice, it is better to implement it this way... the funnel mini gui might be used by other modules in the future. svn path=/trunk/; revision=19440
2006-10-04Misterious bug with cf_read() solved... had nothing to do with cf_read :)Luis Ontanon1-10/+35
the callback data for TextWindow buttons was ep_allocated! after cf_read() it was reused and so it was rewritten... fix that making it g_malloced instead. svn path=/trunk/; revision=19432
2006-10-04Finally got it to complie.Anders Broman1-0/+2
svn path=/trunk/; revision=19427
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman2-0/+481
Please find two new TAP for Camel Statistics. The first one updates counters related to camel operations. It is located in the GSM submenu. The second one , named Camel Service Response Time, gives the time ellapsed between a couple of camel specifics operations. (For example InitialDP/Continue or InitialDP GPRS/Continue GPRS). With Wireshark, you can have the Min/Max/Mean delay time for your traces files, and with Tshark, you have the additional information for percentile (1%,95% 99% etc ) To enable the use of the Camel statistics, you have 2 new parameters in the preferences, - SRT, enable the service Response Time calculation. - persistentSRT, keep the data in a context, even after the camel session has been closed. This is mandatory with Wireshark, to have a clean display of the stats. Only the new files checked in for now because of include problems. svn path=/trunk/; revision=19420
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed ↵Ulf Lamping4-4/+28
settings (if the Save button is disabled) svn path=/trunk/; revision=19418
2006-10-03fix a bug in the export functionUlf Lamping1-1/+1
svn path=/trunk/; revision=19417
2006-10-03the whole ARGUMENT_CL mimic isn't required any longer - remove it. This ↵Ulf Lamping1-10/+1
should fix compile problems under Unix. svn path=/trunk/; revision=19416
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping5-98/+181
- Edit/Preferences - View/Coloring Rules - Capture/Capture Filters - Analyze/Display Filters - Analyze/Enabled Protocols The settings will be automatically saved when pressing the Ok button. If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page. svn path=/trunk/; revision=19415
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a ↵Ulf Lamping4-104/+154
hard one! It seems to be working without bugs and as designed now. As this was a huge internal change, new bugs are very probable - please report. The implementation isn't still perfect, a new dialog internal list could possibly be removed again. However, I want to check in at this condition, just in case I make things worse - again. svn path=/trunk/; revision=19413
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon1-1/+7
- get rid of 5.0.2 stuff - add the apply_filter() API svn path=/trunk/; revision=19406
2006-10-03more Lua APIs:Luis Ontanon1-1/+58
- set_filter() : sets the main window filter - reload() : reloads the current capture file - copy_to_clipboard() : copies its first arfg to the clipboard - open_capture_file() : opens a capture file for viewing (still broken) svn path=/trunk/; revision=19404
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs5-28/+95
AirPcap by default. Add initial support for the "Any" device in AirPcap (more to come). svn path=/trunk/; revision=19401
2006-10-02missing mark -> select changesUlf Lamping2-28/+28
svn path=/trunk/; revision=19400
2006-10-02further code cleanup: don't use the term "marked" for the color filters, the ↵Ulf Lamping1-26/+26
right term is "selected". That caused me "concerns" wether the marked feature of the packet list was involved - which is actually not svn path=/trunk/; revision=19399
2006-10-02instead of reverting the whole changes by the *first* cancelled dialog box, ↵Ulf Lamping1-13/+24
revert them by clicking "Cancel" on the *last* dialog - this behaviour just makes more sense. svn path=/trunk/; revision=19397
2006-10-02Don't show Tools menu at all if Lua not presentMartin Mathieson1-1/+3
svn path=/trunk/; revision=19394
2006-10-02various (huge) code cleanup incl. splitting of the coloring dialog and the ↵Ulf Lamping5-664/+783
actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me) svn path=/trunk/; revision=19392
2006-10-01If the Cancel button was clicked and another filter dialog is still open - ↵Ulf Lamping1-43/+93
yes that's possible - reverse the changes on it as well to reflect the current internal list. svn path=/trunk/; revision=19391
2006-10-01Change the filter dialog (capture and display filters), so it has a real ↵Ulf Lamping1-64/+106
Cancel button now - the former Close button didn't reverted the changes done. svn path=/trunk/; revision=19390
2006-09-30add a missing #includeUlf Lamping1-0/+1
svn path=/trunk/; revision=19384
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt1-1/+9
This is used to display the field underlined and to allow the user to double-click on it (like FT_FRAMENUM) to open the URL in the configured browser. Example usage in the x509ce and logotype certificate extensions. svn path=/trunk/; revision=19383
2006-09-29from Stephen Fisher:Ulf Lamping1-1/+1
Attached is a patch for consideration that changes the title in the preferences notebook to be the full description of the preference (but leaves the short name in the preferences list on the left). svn path=/trunk/; revision=19370
2006-09-29fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again ↵Ulf Lamping1-1/+1
in 19291) svn path=/trunk/; revision=19369
2006-09-28Avoid to add an empty menu if there's no Lua.Luis Ontanon1-1/+6
svn path=/trunk/; revision=19346
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon4-5/+14
* Add a "Tools" menu * allow wslua's register_menu to register menu items into more menus svn path=/trunk/; revision=19338
2006-09-24instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a ↵Ulf Lamping1-0/+6
c++ project), use an #if GTK_MAJOR_VERSION >= 2 around all definitions. This will also make it clear that this widget won't work with gtk 1.x svn path=/trunk/; revision=19317
2006-09-24Squelch some compiler warnings.Guy Harris1-4/+4
svn path=/trunk/; revision=19313
2006-09-24we dont have G_BEGIN_DECLS on old gtk/glib versionsRonnie Sahlberg1-2/+0
since we dont use c++ anyway we dont need these macros svn path=/trunk/; revision=19310
2006-09-23Get rid of a tab after a / that caused make on MacOS X to believe that \t ↵Luis Ontanon1-1/+1
was another target svn path=/trunk/; revision=19305
2006-09-23rtp_player.c is already included in WIRESHARK_GTK_SRC, no need to mention it ↵Ulf Lamping1-1/+0
twice svn path=/trunk/; revision=19299
2006-09-23GTK2: add an analog VU meter like display widget Ulf Lamping5-9/+1740
Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well). the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 ... and I've heavily changed and extended it to fit the problem here. We might use the VU meter widget later at other places as well ... svn path=/trunk/; revision=19298
2006-09-22experimental: append the current maximum expert warning level to the "File" ↵Ulf Lamping1-8/+13
statusbar, e.g. "[Expert: Chat]". I'm still looking for a good way to display the current expert level and this seems to be the best place. However, ideas are still welcome ... svn path=/trunk/; revision=19297
2006-09-22Don't complain if we can't find airpcap.dll.Gerald Combs1-6/+1
svn path=/trunk/; revision=19296
2006-09-22Move Copy below the tree manipulation options.Jaap Keuter1-3/+3
svn path=/trunk/; revision=19292
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs5-21/+21
in last year by Gianluca Varenni. Add partial support for reading from named pipes (currently disabled). Move utf_8to16() and utf_16to8() to a separate module (unicode-utils.[ch]) so that we don't have to cut and paste code in dumpcap.c. Fix up whitespace. svn path=/trunk/; revision=19291
2006-09-21Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTPGuy Harris3-2/+8
player, so that we get declartions of rtp_player_init() and add_rtp_packet(). Constify the first argument to add_rtp_packet(), as it's passed a pointer to a const value. svn path=/trunk/; revision=19272
2006-09-18Fix protocol reference link URL.Gerald Combs1-1/+1
svn path=/trunk/; revision=19256
2006-09-15Use the same caption in the Win32 version as in the GTK dialogs: "Wireshark: ↵Ulf Lamping1-1/+1
Select a capture file" -> "Wireshark: Open Capture File" svn path=/trunk/; revision=19238
2006-09-12Move the PortAudio stuff to from version_info.c to gtk/main.c, so it canGuy Harris1-1/+17
use Pa_GetVersionText(). (The word-wrapping stuff appears to work.) svn path=/trunk/; revision=19222
2006-09-12various nmake related build file cleanupsUlf Lamping3-21/+10
svn path=/trunk/; revision=19198
2006-09-10From Alejandro Vaquero:Anders Broman1-2/+2
Need to use HAVE_LIBPORTAUDIO instead of PORTAUDIO_DIR in voip_calls.c And build the windows version with Port audio. svn path=/trunk/; revision=19187
2006-09-10minor cleanup for making codecsBill Meier1-1/+0
svn path=/trunk/; revision=19184
2006-09-05rtp_player.c will now compile with the new API, although it will notJörg Mayer1-3/+72
actually do something useful except to print that the new API is not supported. Adapt acinclude.m4 to provide PORTAUDIO_API_1 and add back the check_message to indicate *why* we are checking for the type. svn path=/trunk/; revision=19148
2006-09-05Move the include of rtp_player.h after the include of stuff it needs,Guy Harris1-6/+7
and include rtp_analysis.h as well, as it declares something else rtp_player.h needs. svn path=/trunk/; revision=19146
2006-09-04Comment #endifs so you can tell what they match.Guy Harris1-2/+2
svn path=/trunk/; revision=19144
2006-09-04Build with rtp_player.c.Guy Harris1-0/+1
svn path=/trunk/; revision=19143
2006-09-04Correct some typos and add some comments.Anders Broman2-7/+7
svn path=/trunk/; revision=19135
2006-09-04The previous way of (not) including portaudio support didn'tJörg Mayer3-8/+8
work reliably (at least it didn't work on my system). Change it to just wrap the rtp_player.[hc] files into a #if defined(...) #endif. svn path=/trunk/; revision=19134
2006-09-03Ad $Id: § and reorder and reformat some comments in the header.Jörg Mayer1-43/+53
svn path=/trunk/; revision=19127