| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.
svn path=/trunk/; revision=11400
|
|
|
|
| |
svn path=/trunk/; revision=11374
|
|
|
|
|
|
| |
versions.
svn path=/trunk/; revision=11335
|
|
|
|
| |
svn path=/trunk/; revision=11319
|
|
|
|
|
|
| |
depending on settings in config.nmake
svn path=/trunk/; revision=11201
|
|
|
|
| |
svn path=/trunk/; revision=11108
|
|
|
|
| |
svn path=/trunk/; revision=11061
|
|
|
|
|
|
|
|
|
| |
with its descriptive name rather than the raw value string,
much like packet-rtp.c does already.
To avoid duplicate definitions, the existing rtp_payload_type_vals[] definition is moved
from packet-rtp.c and gtk/rtp_stream_dlg.c to rtp_pt.h.
svn path=/trunk/; revision=11060
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in "config.nmake", and use that in the NSIS script when generating the
NSIS installer, so it puts GTK+ and Pango in the appropriate
subdirectories. Also, when uninstalling, remove both of the sets of
subdirectories.
As per his suggestion, get rid of the "GTK1_VERSION" and "GTK2_VERSION"
macros, and just directly insert the values where those macros were used
- "GTK1_VERSION" wasn't used at all, and "GTK2_VERSION" was only used
immediately below where it was defined, and stuff elsewhere, such as in
the NSIS script, didn't use them and would break if you changed them
anyway.
svn path=/trunk/; revision=10976
|
|
|
|
|
|
| |
welcome.
svn path=/trunk/; revision=10863
|
|
|
|
| |
svn path=/trunk/; revision=10845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add a config.nmake option to control whether to build
libethereal.dll or not;
remove "./wiretap" from PATH to prevent problems due to
wrongly-loaded files;
build dissector.lib with MSVC;
move "print.c" and "ps.c" to the dissector helpers, as "print.c"
imports variables from packet-frame.c and packet-data.c, which
are in libethereal;
move "g711.c" out of the dissector helpers, as they're used only
by Ethereal in a tap, not in Tethereal or in any dissector;
add a .def file for libethereal;
arrange to declare global variables exported from libethereal
with "__declspec(dllimport)" when building programs that import
those variables;
update the NSIS installer.
Make the "configure" script define ETH_VAR_IMPORT as "extern".
svn path=/trunk/; revision=10834
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tools\win32-setup.sh to
- Check for applications required to build Ethereal
- Download and unpack required packages into $ETHEREAL_LIBS
Update ADNS to the latest version.
Make Python 2.3 the default.
svn path=/trunk/; revision=10567
|
|
|
|
| |
svn path=/trunk/; revision=10436
|
|
|
|
| |
svn path=/trunk/; revision=10227
|
|
|
|
| |
svn path=/trunk/; revision=10205
|
|
|
|
| |
svn path=/trunk/; revision=10100
|
|
|
|
| |
svn path=/trunk/; revision=10022
|
|
|
|
|
|
|
|
| |
binary-compatible with earlier versions. (That should have been done
for all binary-incompatible changes, and should be done for
binary-incompatible changes in the future.)
svn path=/trunk/; revision=9916
|
|
|
|
| |
svn path=/trunk/; revision=9827
|
|
|
|
| |
svn path=/trunk/; revision=9799
|
|
|
|
|
|
| |
default is winpcap version 3 now
svn path=/trunk/; revision=9562
|
|
|
|
| |
svn path=/trunk/; revision=9554
|
|
|
|
| |
svn path=/trunk/; revision=9461
|
|
|
|
| |
svn path=/trunk/; revision=9456
|
|
|
|
| |
svn path=/trunk/; revision=9447
|
|
|
|
|
|
| |
use the directories xy_DIR from the settings above
svn path=/trunk/; revision=9430
|
|
|
|
|
|
| |
by getting the DLL's from the "source tree"
svn path=/trunk/; revision=9415
|
|
|
|
| |
svn path=/trunk/; revision=9414
|
|
|
|
|
|
| |
last release should have been 0.10.0.
svn path=/trunk/; revision=9235
|
|
|
|
| |
svn path=/trunk/; revision=9185
|
|
|
|
|
|
|
|
|
|
|
| |
a static Windows library (netsnmp.lib) has been placed at
http://www.ethereal.com/distribution/win32/development/
The Net-SNMP documentation recommends against using a DLL at the
present time.
svn path=/trunk/; revision=9177
|
|
|
|
| |
svn path=/trunk/; revision=9127
|
|
|
|
| |
svn path=/trunk/; revision=8972
|
|
|
|
|
|
|
| |
2.0, and earlier versions are sufficiently buggy that we don't want to
support them.
svn path=/trunk/; revision=8939
|
|
|
|
|
|
| |
controlling whether ZLIB_DIR is defined or not in config.nmake.
svn path=/trunk/; revision=8911
|
|
|
|
| |
svn path=/trunk/; revision=8861
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
set in the config.nmake file.
Configure whether we have pcap_findalldevs() based on whether
WINPCAP_VERSION is 2.3 (if so, we don't) or 3.0 or 3.1 (if so, we do).
WinPcap 3.0 has the new libpcap declarations of "pcap_lookupnet()" and
"pcap_open_live()" in which the first argument is a "const char *"
rather than a "char *"; declare the functions and pointers to them
appropriately based on the version of WinPcap.
If we don't have pcap_findalldevs(), don't declare a pointer to it, as
we don't have a declaration of pcap_if_t.
We also need to refer to "pcap_freealldevs()", so make a pointer for it.
"symbols[]" is a const array; make the pointer to elements in it a const
pointer.
Fix some typoes.
svn path=/trunk/; revision=8660
|
|
|
|
|
|
| |
updates to come.
svn path=/trunk/; revision=8410
|
|
|
|
|
|
| |
by default in config.nmake.
svn path=/trunk/; revision=8246
|
|
|
|
|
|
|
| |
instead of -I$(GLIB_DIR) when running GCC to generate the xyzzy file, so
that the right -I flags are used.
svn path=/trunk/; revision=8190
|
|
|
|
|
|
| |
Add minor updates to README.win32.
svn path=/trunk/; revision=8126
|
|
|
|
|
|
|
| |
GTK+ 1.3[.x]-for-Win32, which fixes several GTK+ problems, requires GLib
2.0, not GLib 1.3).
svn path=/trunk/; revision=8125
|
|
|
|
| |
svn path=/trunk/; revision=8068
|
|
|
|
|
|
| |
back to defining it as nothing.
svn path=/trunk/; revision=7939
|
|
|
|
| |
svn path=/trunk/; revision=7927
|
|
|
|
| |
svn path=/trunk/; revision=7924
|
|
|
|
|
|
|
| |
did, basing the path name structure on the version number, but handle
GLib and GTK+ orthogonally.
svn path=/trunk/; revision=7896
|
|
|
|
|
|
|
|
|
|
|
| |
fix typo in my earlier checkin - GTK_GLIB_DIR should be
GLIB_GTK_DIR;
look for headers in "lib\glib-$(GLIB_VERSION)\include and
"lib\gtk-$(GTK_VERSION)\include, as that's where the 2.x
packages hide "glibconfig.h" and "gdkconfig.h".
svn path=/trunk/; revision=7894
|
|
|
|
|
|
|
|
|
|
|
| |
We do have to look for headers in $(GTK_DIR)\gdk when using the
development packages from the Ethereal Web site, as "gdkconfig.h" is in
that directory but it's included as <gdkconfig.h>.
The commented string for ADNS_CONFIG doesn't appear to get substituted
as we want it to be; just use an empty string for now.
svn path=/trunk/; revision=7892
|