Commit graph

2602 commits

Author SHA1 Message Date
Jörg Mayer
72651ba02d rtp_player.c will now compile with the new API, although it will not
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-05 09:17:55 +00:00
Guy Harris
2dbe62270f Move the include of rtp_player.h after the include of stuff it needs,
and include rtp_analysis.h as well, as it declares something else
rtp_player.h needs.

svn path=/trunk/; revision=19146
2006-09-05 07:58:14 +00:00
Guy Harris
bec8422102 Comment #endifs so you can tell what they match.
svn path=/trunk/; revision=19144
2006-09-04 23:23:16 +00:00
Guy Harris
add86b5f3c Build with rtp_player.c.
svn path=/trunk/; revision=19143
2006-09-04 23:22:39 +00:00
Anders Broman
9c3b0ae91e Correct some typos and add some comments.
svn path=/trunk/; revision=19135
2006-09-04 18:04:10 +00:00
Jörg Mayer
abb600e95b The previous way of (not) including portaudio support didn't
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-04 14:19:12 +00:00
Jörg Mayer
cdc492554c Ad $Id: § and reorder and reformat some comments in the header.
svn path=/trunk/; revision=19127
2006-09-03 15:41:42 +00:00
Anders Broman
9ea41277f9 Fix path and name.
svn path=/trunk/; revision=19120
2006-09-02 14:18:47 +00:00
Guy Harris
14a7431051 Squelch compiler warnings, and get rid of unused variables and
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-02 07:18:16 +00:00
Guy Harris
0ec3e5661f Move the codecs into a top-level "codecs" subdirectory; there's no
guarantee that all programs using the codecs will necessarily be using
GTK+.

svn path=/trunk/; revision=19117
2006-09-02 06:39:43 +00:00
Jörg Mayer
63ae8f775f - Add svn:ignore
- 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-09-01 04:26:53 +00:00
Ulf Lamping
d4499eb9a7 move value_strings from expert_dialogs into expert.c to remove duplicates
keep the highest severity level of the current file (experimental)

svn path=/trunk/; revision=19104
2006-08-31 22:56:38 +00:00
Ronnie Sahlberg
607f73cd71 dont include config.nmake in the codecs makefile it appears it is not needed
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-31 12:13:12 +00:00
Ronnie Sahlberg
d1040bd39a the commands for a rule in a amkefile must in classical makefiles start with a TAB not with spaces.
svn path=/trunk/; revision=19100
2006-08-31 09:37:02 +00:00
Jaap Keuter
503bf26e98 Remove trailing backslash from CFLAGS
svn path=/trunk/; revision=19099
2006-08-31 06:58:29 +00:00
Anders Broman
7eac3c2879 From Alejandro Vaquero:
- 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-30 21:51:31 +00:00
Anders Broman
55ddc3dd59 From Alejandro Vaquero:
- 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-30 20:50:37 +00:00
Anders Broman
7577c1a2d8 From Alejandro Vaquero:
The "codecs"

svn path=/trunk/; revision=19092
2006-08-30 20:47:16 +00:00
Ulf Lamping
ad75ee95dd Remove a lot of XXX:
- 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-30 20:45:13 +00:00
Ulf Lamping
27529d334e have only one Export/File menu entry for the Win32 dialog, instead of 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-30 20:38:17 +00:00
Ulf Lamping
05bedd5d0f add some file dialog related help pages
use file related instead of print related help pages for the export dialogs

svn path=/trunk/; revision=19089
2006-08-30 20:27:12 +00:00
Ulf Lamping
2aa248f652 seems the height offset 16 seems a bit too small to prevent a scrollbar, using 20 instead
svn path=/trunk/; revision=19088
2006-08-30 20:24:49 +00:00
Martin Mathieson
6aa04b109c Add SIP response code 494 from RFC 3329
svn path=/trunk/; revision=19085
2006-08-30 09:48:12 +00:00
Ulf Lamping
67198aabbb sort the u3.c file into the list alphabetically
svn path=/trunk/; revision=19081
2006-08-29 21:12:45 +00:00
Ulf Lamping
2dff4c21bb fix #331: add a scrollbar to the dialog. If a fileset contains more than 18 files, use that scrollbar. These 18 files should be displayable even on a 800*600 display.
svn path=/trunk/; revision=19080
2006-08-29 21:09:32 +00:00
Ulf Lamping
fc2c17c6f7 add u3.h to the distribution files (hopefully this fixes ubuntu buildbot distcheck)
svn path=/trunk/; revision=19079
2006-08-29 21:06:36 +00:00
Ulf Lamping
dff6a652b9 fix #1061: the logic to search for a specific protocol page was missing the changes of the scrollable window indirection
svn path=/trunk/; revision=19069
2006-08-28 22:54:12 +00:00
Anders Broman
2c525a1d73 Fixa a typo.
svn path=/trunk/; revision=19055
2006-08-27 19:15:20 +00:00
Ulf Lamping
6279cb3c58 fix #707: "It's not possible to print each packet on a new page"
Win32: detect "form feed" char and create a new page in that case

svn path=/trunk/; revision=19054
2006-08-27 12:35:26 +00:00
Ulf Lamping
36d80b8c8b squelch some compiler warnings
svn path=/trunk/; revision=19052
2006-08-27 11:27:47 +00:00
Ulf Lamping
8ed01f4cb7 fix a warning by removing now unused code
svn path=/trunk/; revision=19051
2006-08-27 10:41:30 +00:00
Guy Harris
a28b428aff Go back to setting the capture filter to an empty string when we start;
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-26 18:36:09 +00:00
Graeme Lunt
14be5e2bcc U3 packaging, utility and Wireshark modifications that allows Wireshark to be run from a U3 USB device.
For more details see packaging/u3/win32/README.txt


svn path=/trunk/; revision=19046
2006-08-26 17:55:21 +00:00
Guy Harris
0f6f2f4b45 Clean up indentation.
Only define cap_air_w if we have AirPcap.

svn path=/trunk/; revision=19041
2006-08-26 00:12:12 +00:00
Guy Harris
96b7baf4cf Get rid of aun unused routine.
svn path=/trunk/; revision=19040
2006-08-26 00:08:51 +00:00
Guy Harris
b65c263be5 Get rid of unused variable.
svn path=/trunk/; revision=19039
2006-08-26 00:07:13 +00:00
Ulf Lamping
21d2ffaaa4 don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't defined
svn path=/trunk/; revision=19031
2006-08-25 19:19:21 +00:00
Ulf Lamping
3cefeb07f6 don't put "..." in front of a menu item
svn path=/trunk/; revision=19030
2006-08-25 19:15:55 +00:00
Ulf Lamping
38f799fc34 fix bug #1057: remove "start" completely
svn path=/trunk/; revision=19029
2006-08-25 19:13:02 +00:00
Ulf Lamping
905b6b7d12 ugly workaround for bug #699 (Up/Down buttons don't work properly)
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-25 08:04:38 +00:00
Ulf Lamping
de8da839c0 add WinPcap 4.0 beta 1 to the list of known and tested versions
svn path=/trunk/; revision=19021
2006-08-24 21:44:30 +00:00
Ulf Lamping
0fcfd360e9 capture interfaces dialog: use capture stock icons instead of plain text buttons
capture info dialog: add a "Help" and use stock buttons

svn path=/trunk/; revision=19020
2006-08-24 21:40:53 +00:00
Ulf Lamping
ef9d7bc95f fix #927: Win32: delete an existing file, if the user want's to overwrite a file and confirmed this already
svn path=/trunk/; revision=19008
2006-08-23 21:19:02 +00:00
Gerald Combs
27c127863e Fix up copyrights and whitespace.
svn path=/trunk/; revision=18981
2006-08-21 19:22:33 +00:00
Gerald Combs
98883c6538 AirPcap fix from Florent Drouin:
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-21 14:40:05 +00:00
Ronnie Sahlberg
0ed3415d5d make the scsi statistics dialogs easier to understand for scsi novices
explain what the commandsets refer to   SBC==disk  SSC=tape  MMC=cd


svn path=/trunk/; revision=18967
2006-08-21 11:26:34 +00:00
Ronnie Sahlberg
b588469ccf guids are not olnly used in dcerpc interfaces and they often occur in many 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-18 09:32:19 +00:00
Gerald Combs
f9661850d1 Add support for AirPcap, an upcoming wireless product from CACE. Support
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-16 18:01:25 +00:00
Gerald Combs
f6802d35c8 Put protocol preferences in a scrolled window, in case a particular
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-14 22:34:46 +00:00
Ulf Lamping
c6c15e8b6b Slight changes suggested by Jörg Mayer:
2,412,000 kHz -> 2412 MHz
Available networks -> Available networks (BSSID list)

svn path=/trunk/; revision=18893
2006-08-13 17:49:58 +00:00