aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2006-09-02Fix path and name.Anders Broman1-2/+0
svn path=/trunk/; revision=19120
2006-09-02Squelch compiler warnings, and get rid of unused variables andGuy Harris2-29/+25
declarations. Define functions with no arguments as such. Clean up white space. Declare tables in the codec .h files. svn path=/trunk/; revision=19118
2006-09-02Move the codecs into a top-level "codecs" subdirectory; there's noGuy Harris11-215/+4
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117
2006-09-01- Add svn:ignoreJörg Mayer1-30/+32
- Replace the completely wrong Makefile.am (was a copy of makefile.nmake) by the version the author sent. As I needed to retrieve it from the ML archives, it may be different from the originally sent version. If someone still has the original version in his inbox, please send it to me. svn path=/trunk/; revision=19107
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping2-34/+0
keep the highest severity level of the current file (experimental) svn path=/trunk/; revision=19104
2006-08-31dont include config.nmake in the codecs makefile it appears it is not neededRonnie Sahlberg1-1/+1
dont link with libcodec.a 1, this should be a shared library not a static one? 2, its not built on unix so it is missing making unix/linux build work again svn path=/trunk/; revision=19101
2006-08-31the commands for a rule in a amkefile must in classical makefiles start with ↵Ronnie Sahlberg1-3/+3
a TAB not with spaces. svn path=/trunk/; revision=19100
2006-08-31Remove trailing backslash from CFLAGSJaap Keuter1-1/+1
svn path=/trunk/; revision=19099
2006-08-30From Alejandro Vaquero:Anders Broman4-11/+92
- Change the "listen_rtp" to "rtp_player" - Change from a plugin to be part of the core - By default it will not compile with the rtp_player. In order to compile it is necessary to: + For windows: uncomment the line "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake + For linux: using the "--with-portaudio=yes" svn path=/trunk/; revision=19094
2006-08-30From Alejandro Vaquero:Anders Broman2-0/+1871
- Change the "listen_rtp" to "rtp_player" - Change from a plugin to be part of the core - By default it will not compile with the rtp_player. In order to compile it is necessary to: + For windows: uncomment the line "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake + For linux: using the "--with-portaudio=yes" svn path=/trunk/; revision=19093
2006-08-30From Alejandro Vaquero:Anders Broman8-0/+203
The "codecs" svn path=/trunk/; revision=19092
2006-08-30Remove a lot of XXX:Ulf Lamping1-23/+102
- add help buttons to the dialogs - the read filter fields are now working (the filter button still not) - PDML export don't need "Packet Format" settings, grey them out - fix a bug in the filter fields coloring function (g_alloc space was too small) svn path=/trunk/; revision=19091
2006-08-30have only one Export/File menu entry for the Win32 dialog, instead of 5 ↵Ulf Lamping1-0/+5
entries leading to exactly the same dialog (with a single setting - the file type - set different) we might want the Unix/GTK version work the same way, as this is how other programs I know work as well ... and making the documentation easier by desribing only one way how it's working svn path=/trunk/; revision=19090
2006-08-30add some file dialog related help pagesUlf Lamping3-4/+48
use file related instead of print related help pages for the export dialogs svn path=/trunk/; revision=19089
2006-08-30seems the height offset 16 seems a bit too small to prevent a scrollbar, ↵Ulf Lamping1-1/+1
using 20 instead svn path=/trunk/; revision=19088
2006-08-30Add SIP response code 494 from RFC 3329Martin Mathieson1-0/+4
svn path=/trunk/; revision=19085
2006-08-29sort the u3.c file into the list alphabeticallyUlf Lamping1-1/+1
svn path=/trunk/; revision=19081
2006-08-29fix #331: add a scrollbar to the dialog. If a fileset contains more than 18 ↵Ulf Lamping1-9/+28
files, use that scrollbar. These 18 files should be displayable even on a 800*600 display. svn path=/trunk/; revision=19080
2006-08-29add u3.h to the distribution files (hopefully this fixes ubuntu buildbot ↵Ulf Lamping1-0/+1
distcheck) svn path=/trunk/; revision=19079
2006-08-28fix #1061: the logic to search for a specific protocol page was missing the ↵Ulf Lamping1-2/+7
changes of the scrollable window indirection svn path=/trunk/; revision=19069
2006-08-27Fixa a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=19055
2006-08-27fix #707: "It's not possible to print each packet on a new page"Ulf Lamping1-37/+55
Win32: detect "form feed" char and create a new page in that case svn path=/trunk/; revision=19054
2006-08-27squelch some compiler warningsUlf Lamping1-1/+1
svn path=/trunk/; revision=19052
2006-08-27fix a warning by removing now unused codeUlf Lamping3-29/+0
svn path=/trunk/; revision=19051
2006-08-26Go back to setting the capture filter to an empty string when we start;Guy Harris1-4/+2
that obviates the need to check for a null capture filter string, and fixes bug 1055. Keep track of whether it was set from the command line, though, so we can catch attempts to set the filter more than once, and attempts to set it when we're not capturing. Clean up white space. svn path=/trunk/; revision=19047
2006-08-26U3 packaging, utility and Wireshark modifications that allows Wireshark to ↵Graeme Lunt5-1/+158
be run from a U3 USB device. For more details see packaging/u3/win32/README.txt svn path=/trunk/; revision=19046
2006-08-26Clean up indentation.Guy Harris1-11/+13
Only define cap_air_w if we have AirPcap. svn path=/trunk/; revision=19041
2006-08-26Get rid of aun unused routine.Guy Harris1-33/+0
svn path=/trunk/; revision=19040
2006-08-26Get rid of unused variable.Guy Harris1-3/+0
svn path=/trunk/; revision=19039
2006-08-25don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't definedUlf Lamping1-6/+8
svn path=/trunk/; revision=19031
2006-08-25don't put "..." in front of a menu itemUlf Lamping1-2/+2
svn path=/trunk/; revision=19030
2006-08-25fix bug #1057: remove "start" completelyUlf Lamping1-5/+0
svn path=/trunk/; revision=19029
2006-08-25ugly workaround for bug #699 (Up/Down buttons don't work properly)Ulf Lamping1-9/+25
After experimenting a bit, this is a GTK bug IMHO, I don't see a better way to simply use the GTK1.x code for now, which is working ok. GTK2.4 was working properly, GTK2.6 and 2.8 has this bug, hopefully GTK2.10 will fix it again. svn path=/trunk/; revision=19025
2006-08-24add WinPcap 4.0 beta 1 to the list of known and tested versionsUlf Lamping1-1/+3
svn path=/trunk/; revision=19021
2006-08-24capture interfaces dialog: use capture stock icons instead of plain text buttonsUlf Lamping7-15/+54
capture info dialog: add a "Help" and use stock buttons svn path=/trunk/; revision=19020
2006-08-23fix #927: Win32: delete an existing file, if the user want's to overwrite a ↵Ulf Lamping2-2/+9
file and confirmed this already svn path=/trunk/; revision=19008
2006-08-21Fix up copyrights and whitespace.Gerald Combs4-12/+20
svn path=/trunk/; revision=18981
2006-08-21AirPcap fix from Florent Drouin:Gerald Combs1-0/+2
Since version 18928, there is a GTK warning at wireshark startup. I think a #ifdef HAVE_AIRPCAP is missing in ./gtk/menu.c svn path=/trunk/; revision=18976
2006-08-21make the scsi statistics dialogs easier to understand for scsi novicesRonnie Sahlberg1-7/+7
explain what the commandsets refer to SBC==disk SSC=tape MMC=cd svn path=/trunk/; revision=18967
2006-08-18guids are not olnly used in dcerpc interfaces and they often occur in many ↵Ronnie Sahlberg1-0/+3
other protocols such as ldap and smb/smb2 move the initialization of the guid mapping table from the dcerpc dissector to a more neutral place svn path=/trunk/; revision=18947
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs19-56/+3401
is disabled by default, and can be enabled by setting AIRPCAP_CONFIG in config.nmake. The code is currently limited to Windows, but should be adaptable to other platforms. The official announcement won't come until next week, so you'll have to read the source for details. :) svn path=/trunk/; revision=18928
2006-08-14Put protocol preferences in a scrolled window, in case a particularGerald Combs1-13/+18
protocol has a lot of preference items. Change the number of configurable ESP SAs to 16 (in case someone needs do decrypt many sessions in a single trace file). Fix up whitespace. svn path=/trunk/; revision=18903
2006-08-13Slight changes suggested by Jörg Mayer:Ulf Lamping1-16/+16
2,412,000 kHz -> 2412 MHz Available networks -> Available networks (BSSID list) svn path=/trunk/; revision=18893
2006-08-13"bug" #1013: from Stephen FisherUlf Lamping1-0/+3
add the X --display command line parameter to the documentation svn path=/trunk/; revision=18889
2006-08-12some enhancements to the WLAN detailsUlf Lamping1-26/+26
svn path=/trunk/; revision=18887
2006-08-12experimental: add a "Conversation Filter" entry to the context menu of the ↵Ulf Lamping2-0/+225
packet list. More info to come in the developer list shortly. svn path=/trunk/; revision=18885
2006-08-12fix #973: if the window is minimized while you close Wireshark, (at least ↵Ulf Lamping1-1/+2
the Win32 version) will save -32000 for the x and y values, which is obviously out of the screen the next time. Simply ignore the incoming values of -32000 by not calling gtk_window_move() / gtk_widget_set_uposition() in that case. I don't know what the Unix GLib version will do in that case. svn path=/trunk/; revision=18884
2006-08-01Reported by Stephen Fisher <stephentfisher@yahoo.com>:Jörg Mayer1-1/+1
I believe this is a typo in the command line help for the -i option: Usage: wireshark [options] ... [ <infile> ] Capture interface: -i <interface> name or idx of interface (def: first none loopback) Shouldn't that read "first non-loopback" ? svn path=/trunk/; revision=18813
2006-07-27Alex Shnitman <AlexS@mangodsp.com>Jörg Mayer1-1/+1
Below is a patch for a bug in rtp_analysis.c. The variable statinfo->delta_timestamp was not initialized in all the necessary cases. The function rtp_packet_save_payload uses this variable and the for loop on line 935 could use an old value and run an incorrect amount of times, e.g. a couple billion, which gets ethereal stuck. I can supply an example capture which causes it. The patch solves the problem. svn path=/trunk/; revision=18798
2006-07-25From: Martin Mathieson Jaap Keuter1-8/+8
I'm not sure if this will help with the problems that Keith French is seeing, but when I loaded some of my old H.323 traces, one of them would assert/abort. This patch fixes that assertion (looks like it was obviously asserting on the wrong pointer variable). svn path=/trunk/; revision=18791