aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2006-10-19Add support for:Gerald Combs7-1199/+3417
- The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any" device) - Merging the 802.11 dissector WEP key list with AirPcap's - Decrypting WEP in the adapter, in Wireshark, or not at all Update the release notes. svn path=/trunk/; revision=19599
2006-10-17From Stephen Fisher:Jaap Keuter1-2/+2
While researching another bug in follow_dlg.c, I spotted a different one that causes the from and to hostnames/ip addresses to be the same in the follow tcp stream dialog only with IPv6. svn path=/trunk/; revision=19583
2006-10-17Hide the "Tools" menu if it has no items .Luis Ontanon1-1/+17
svn path=/trunk/; revision=19578
2006-10-17from Stephen Fisher:Ulf Lamping10-15/+15
Here is a patch for spelling typos in comments and strings in the gtk/ directories. svn path=/trunk/; revision=19568
2006-10-16Hide the "Tools" menu if unused.Luis Ontanon1-5/+3
svn path=/trunk/; revision=19559
2006-10-14as Stephen Fisher noted: fix the files header commentUlf Lamping1-2/+2
svn path=/trunk/; revision=19520
2006-10-13remove the experimental display of the highest expert level in the statusbar ↵Ulf Lamping1-0/+27
for now. as long as we haven't solved that TCP checksum offload problems causing checksum errors all the time, this will display the error level for almost every capture done on a local machine - rendering this display pretty useless in it's current form. svn path=/trunk/; revision=19516
2006-10-11When dumping the graph data to a file, don't walk past the end of a buffer.Gerald Combs1-1/+1
Should fix bug 396. svn path=/trunk/; revision=19499
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg4-1/+4
svn path=/trunk/; revision=19492
2006-10-10Don't let PortAudio skip the queue on the about dialog ;)Jaap Keuter1-11/+13
svn path=/trunk/; revision=19478
2006-10-10Include <string.h> to declare string functions we use.Guy Harris1-0/+2
svn path=/trunk/; revision=19477
2006-10-10Get rid of declarations of functions that are no longer defined or usedGuy Harris1-4/+0
in this file. svn path=/trunk/; revision=19476
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