| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=8133
|
|
|
|
| |
svn path=/trunk/; revision=8075
|
|
|
|
| |
svn path=/trunk/; revision=8073
|
|
|
|
| |
svn path=/trunk/; revision=8068
|
|
|
|
| |
svn path=/trunk/; revision=8054
|
|
|
|
|
|
|
|
|
| |
problem became evident with an update from autoconf 2.52 to 2.53).
Worked around a bug in libtool that caused -dlopen to be ignored (and
things being linked into the code instead).
Many many thanks to Dirk M�ller for providing me with the workaround!
svn path=/trunk/; revision=7991
|
|
|
|
| |
svn path=/trunk/; revision=7839
|
|
|
|
|
|
| |
Wednesday.
svn path=/trunk/; revision=7820
|
|
|
|
|
|
|
|
| |
ethereal with or without threads. The default is to use threads.
(see http://www.ethereal.com/lists/ethereal-dev/200210/msg00111.html and
http://www.ethereal.com/lists/ethereal-dev/200306/msg00061.html).
svn path=/trunk/; revision=7807
|
|
|
|
|
|
|
|
|
|
|
| |
Support can be enabled at configure time by using "--with-adns=DIR".
If support is enabled, async queries happen whenever host name resolution
is enabled. Do we need a separate preference for async queries?
Currently, only IPv4 reverse queries are supported. I can add IPv4 forward
lookup support, but I don't have any way to test IPv6 queries.
svn path=/trunk/; revision=7640
|
|
|
|
|
|
| |
The next release will likely be tomorrow (May 1).
svn path=/trunk/; revision=7622
|
|
|
|
| |
svn path=/trunk/; revision=7518
|
|
|
|
|
|
|
|
| |
it. (Nothing other than "get_datafile_dir()" should use it - anything
that needs to know whether the configuration files are located should
use "get_datafile_dir()".)
svn path=/trunk/; revision=7367
|
|
|
|
|
|
| |
idol is enough for the CVS gods.
svn path=/trunk/; revision=7337
|
|
|
|
|
|
|
|
|
| |
Ethereal/Tethereal was linked into a common routine, and use that in
both Ethereal and Tethereal.
Add to that routine code to get OS version information.
svn path=/trunk/; revision=7320
|
|
|
|
| |
svn path=/trunk/; revision=7271
|
|
|
|
| |
svn path=/trunk/; revision=7255
|
|
|
|
|
|
| |
NET-SNMP *and* UCD SNMP.
svn path=/trunk/; revision=7229
|
|
|
|
|
|
|
|
|
| |
available" message *after* checking for net-snmp-config - nesting
something such as AC_PATH_PROG that produces a "Checking..." message
inside another check causes the pairing of check and result messages to
be broken.
svn path=/trunk/; revision=7221
|
|
|
|
|
|
|
|
|
|
|
|
| |
Get rid of acconfig.h, as it's an archaism; put descriptions
into AC_DEFINE instead. That squelches some warnings from
later versions of autoconf.
Fix an unquoted call to AC_MSG_ERROR.
Move the stuff to define HAVE_SOME_SNMP into configure.in.
svn path=/trunk/; revision=7203
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure option is given on the command line. The value of the arguement
is passwd in the enableval variable. The 4th argument tells what to do in
case no command line argument was given.
This causes --disable-gtk2 (which is the default) to behave differently
from the case when no option is given.
I do not really understand where the difference in the behaviour of the
generated codes comes from, but I definitely see a difference.
Fixed all occurrences where the 3rd arguement was empty.
svn path=/trunk/; revision=7044
|
|
|
|
| |
svn path=/trunk/; revision=6957
|
|
|
|
|
|
| |
I'm shooting for a release on Wednesday evening.
svn path=/trunk/; revision=6952
|
|
|
|
|
|
|
|
| |
Move SCTP payload protocol IDs to a header file, and get the PPIDs from
that header file rather than defining them in dissectors running atop
SCTP. Use both the old(?) and official PPID for ASAP.
svn path=/trunk/; revision=6926
|
|
|
|
|
|
|
|
|
| |
in the configure script for the all-variables-expanded version of the
data file directory.
Don't AC_SUBST "DATAFILE_DIR", as it's not used.
svn path=/trunk/; revision=6888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
script for the plugin directory; in most Makefile.am files it's set with
plugindir = @plugindir@
(along the lines of what's done with other variables with pathnames -
the variable name is all lower case), so the variable needs to be named
"plugindir".
Fix the DOCSIS plugins' Makefile.am to use "plugindir".
Don't bother doing "AC_SUBST(PLUGIN_DIR)", as no Makefiles use
PLUGIN_DIR as an autoconf variable.
svn path=/trunk/; revision=6887
|
|
|
|
| |
svn path=/trunk/; revision=6741
|
|
|
|
|
|
|
|
|
|
|
| |
-Wcast-align" to be added to CFLAGS (except in Wiretap, where we already
do "-Wcast-qual"). We don't do them by default, as they produce some
warnings that aren't easy to eliminate; if we figure out how to
eliminate them on all platforms (or at least, on the platforms where you
*can't* eliminate them, reduce them to a low level), we can make those
options the default.
svn path=/trunk/; revision=6689
|
|
|
|
| |
svn path=/trunk/; revision=6552
|
|
|
|
| |
svn path=/trunk/; revision=6506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Define HAVE_SOME_SNMP if either HAVE_UCD_SNMP or HAVE_NET_SNMP
is defined, and use HAVE_SOME_SNMP, rather than HAVE_UCD_SNMP,
in most places when testing whether we have an SNMP library or
not.
Be more selective when including Net-SNMP header files.
Fix up {gtk,gtk2}/main.c to do the same SNMP stuff that tethereal.c
does - including the MIB stuff that gtk/main.c was doing but gtk2/main.c
wasn't doing.
Fix the copyright date in gtk/main.c.
svn path=/trunk/; revision=6483
|
|
|
|
|
|
|
| |
SNMP/NET-SNMP" rather than just "Use UCD SNMP", now that we support
both.
svn path=/trunk/; revision=6480
|
|
|
|
| |
svn path=/trunk/; revision=6475
|
|
|
|
| |
svn path=/trunk/; revision=6389
|
|
|
|
|
|
| |
Replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET.
svn path=/trunk/; revision=6370
|
|
|
|
| |
svn path=/trunk/; revision=6366
|
|
|
|
|
|
|
|
| |
releases don't involve explosive bolts like NASA launches do.
Bring the ChangeLog and NEWS files up to date to the end of August.
svn path=/trunk/; revision=6341
|
|
|
|
|
|
| |
indicating whether we'll be building with zlib.
svn path=/trunk/; revision=6265
|
|
|
|
|
|
| |
building with zlib or not.
svn path=/trunk/; revision=6262
|
|
|
|
| |
svn path=/trunk/; revision=6181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All the deprecated widgets have not been replaced yet :
GtkList and GtkCList ==> GtkTreeView conversion :
- color_dlg.c
- column_prefs.c
- decode_as_dlg.c : done
- dfilter_expr_dialog
- filter_prefs.c
- main.c
- plugins_dlg.c : done
GtkCTree ==> GtkTreeView conversion : done
GtkText ==> GtkTextView conversion : done
Remaining problems :
- gtk_font_selection_dialog_set_filter doesn't exist anymore (but hasn't
been removed from the documentation). I don't know how to filter the
font selection dialog to get only fixed width fonts ;
- we have to remove GUI prefs which are not usefule anymore : tree line
style and tree expander style.
svn path=/trunk/; revision=6153
|
|
|
|
|
|
|
|
|
|
| |
gtk2 instead of gtk and glib2 instead of glib.
Right now, --enable-gtk2 will fail during compile unless
acompanied by --disable-ethereal, as ethereal does not yet
support gtk2 (but does support glib2 alone).
svn path=/trunk/; revision=6107
|
|
|
|
|
|
| |
release notes to NEWS.
svn path=/trunk/; revision=6006
|
|
|
|
|
|
|
| |
don't include it automatically. This needs to go before AC_PROG_LIBTOOL
to avoid warnings with newer versions.
svn path=/trunk/; revision=5997
|
|
|
|
|
|
| |
of autoconf by AM_PROG_LIBTOOL
svn path=/trunk/; revision=5992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DOCSIS support, including support for "Ethernet" captures where
the raw frame is a DOCSIS frame rather than an Ethernet
frame (some Cisco cable-modem head-end gear can send out a
trace of all traffic on an Ethernet, but what it sends are
the raw bytes of DOCSIS frames, not Ethernet frames)
Get rid of second AUTHORS entry for Devin Heitmueller, merging its item
into the older entry.
Clean up the order of some lists of plugin items.
svn path=/trunk/; revision=5861
|
|
|
|
|
|
|
|
|
|
|
| |
Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns
about it, and it's not necessary.
Expand the plugin directory path used for installation at
installation time, rather than configuration time, so the user
can reset "prefix" at installation time.
svn path=/trunk/; revision=5828
|
|
|
|
| |
svn path=/trunk/; revision=5779
|
|
|
|
|
|
| |
work as they should by default on systems without SNMP libraries.
svn path=/trunk/; revision=5502
|
|
|
|
|
|
| |
come).
svn path=/trunk/; revision=5500
|