| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=27357
|
|
|
|
|
|
| |
Also use $(top_builddir) instead of ../../ in a couple of other spots.
svn path=/trunk/; revision=25863
|
|
|
|
|
|
| |
Add checkapi rules to Makefile.am files.
svn path=/trunk/; revision=25656
|
|
|
|
|
|
|
| |
check for it - but not for TShark plugins, as they are expected to
print to the standard output.
svn path=/trunk/; revision=25653
|
|
|
|
|
|
|
|
| |
and "deprecated" groups the default. Add an "abort" group for code that
shouldn't exit the program. Update the makefiles to call "checkAPIs.pl
-g abort" for dissectors. Remove a dependency on "cat" in checkAPIs.pl.
svn path=/trunk/; revision=25614
|
|
|
|
|
|
|
|
|
| |
libwireshark (and the plugins using those functions) do not depend on
wiretap on Windows.
While doing that, rename the eth_* functions to ws_*.
svn path=/trunk/; revision=25354
|
|
|
|
|
|
|
| |
Fix ID marking
Add checkapi to makefiles
svn path=/trunk/; revision=25260
|
|
|
|
|
|
| |
Note: Commented out in the plugins giving errors for now.
svn path=/trunk/; revision=25231
|
|
|
|
|
|
|
| |
routines and routines using those routines. GLib might use different
modifiers for 64-bit quantities than the platform's C library does.
svn path=/trunk/; revision=21990
|
|
|
|
| |
svn path=/trunk/; revision=21248
|
|
|
|
| |
svn path=/trunk/; revision=21240
|
|
|
|
| |
svn path=/trunk/; revision=21227
|
|
|
|
| |
svn path=/trunk/; revision=21222
|
|
|
|
| |
svn path=/trunk/; revision=20291
|
|
|
|
| |
svn path=/trunk/; revision=20269
|
|
|
|
| |
svn path=/trunk/; revision=20268
|
|
|
|
| |
svn path=/trunk/; revision=20267
|
|
|
|
| |
svn path=/trunk/; revision=18312
|
|
|
|
|
|
| |
changes here. It compiles OK on OS X, but hasn't been tested anywhere else.
svn path=/trunk/; revision=18260
|
|
|
|
| |
svn path=/trunk/; revision=18239
|
|
|
|
| |
svn path=/trunk/; revision=18231
|
|
|
|
| |
svn path=/trunk/; revision=18206
|
|
|
|
| |
svn path=/trunk/; revision=18197
|
|
|
|
| |
svn path=/trunk/; revision=17911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this patch leads to a more condensed representation of strings in the GIOP module, e.g. in Parlay instead of having:
length = 42
TpAddress_AddrString = sip:anyone@somebody.thehost.whose.es:5432
you have now:
TpAddress_AddrString (42) = sip:anyone@somebody.thehost.whose.es:5432
The former was not as concise, if you have a lot of strings (as in CosNaming) and it was not clear whether the protocol had a explicit field named "length" in the IDL.
svn path=/trunk/; revision=17902
|
|
|
|
|
|
|
|
| |
- Regenerated files.
- Use .sort() on one or two of the lists in ethereal_gen.py to make generated files
more diff-friendly in the future.
svn path=/trunk/; revision=17885
|
|
|
|
| |
svn path=/trunk/; revision=15644
|
|
|
|
|
|
|
|
|
|
| |
returned quite a list of files. Add them to MAINTAINERCLEANFILES.
Whitespace changes (replace multiple spaces by TABs, in a few cases this
needed to be done at the beginning of Makefile lines.
svn path=/trunk/; revision=14891
|
|
|
|
| |
svn path=/trunk/; revision=14806
|
|
|
|
|
|
|
|
|
|
|
| |
create the top-level protocol tree item, until the dissector accepts the
packet as being for it.
"strcmp()" isn't a Boolean; don't treat it as such.
Get rid of trailing white space.
svn path=/trunk/; revision=14750
|
|
|
|
|
|
|
|
| |
IDL (and re-insert an earlier bug fix into the CosNaming and
CosEventComm dissectors), and add a new check added to ethereal_gen.py
to the Tango dissector.
svn path=/trunk/; revision=14745
|
|
|
|
|
|
|
| |
Get rid of include of "snprintf.h", and _U_-ify arguments, as per
changes made to idl2eth.
svn path=/trunk/; revision=14719
|
|
|
|
|
|
| |
changes made to idl2eth.
svn path=/trunk/; revision=14718
|
|
|
|
| |
svn path=/trunk/; revision=14631
|
|
|
|
| |
svn path=/trunk/; revision=14619
|
|
|
|
|
|
| |
www.parlay.org
svn path=/trunk/; revision=14597
|
|
|
|
|
|
|
|
|
| |
A new plugin based on GIOP to recognize Tango packets. TANGO is
an object oriented distributed control system based on CORBA. Tango is
being actively developed as a collaborative effort among the ESRF, Soleil, Elettra and ALBA synchrotron facilities. TANGO is an open source
project hosted by SourceForge.
svn path=/trunk/; revision=14513
|
|
|
|
|
|
| |
expecting one. Fixes bug 200.
svn path=/trunk/; revision=14488
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it serves the same purpose as the register routine in a built-in
dissector, and don't require all dissectors to have one, as they might
just be taps.
Get rid of the stats tree's init routine, as it's just a tap, and as it
doesn't do anything.
Update the idl2eth Python script to generate plugins with register routines.
svn path=/trunk/; revision=13644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce a new init routine for plugins,
which does not take the plugin api table as an
argument and allows etheral to distinguish
between plugins using the old and the new api.
Update README.plugins accordingly
Change all g_warnings() in epan/plugins.c to report_failue().
On windows we do not have a log console open while
loading the plugins, because a log console cannot be opened before the prefs have been read. Thus g_warnings()
does not work for reporting problems with plugins.
svn path=/trunk/; revision=13596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and
GENERATED_FILES macros in Makefile.common files, along the lines of what
wiretap/Makefile.common has.
Clean up "*~" files with "make clean" rather than only "make distclean"
in some additional places.
Add "maintainer-clean" rules to the Makefile.nmake files, paralelling
the ones in the automake-generated Makefile.in files, using the
GENERATED_FILES macros from Makefile.common files. In some cases, move
the cleanup of files from "make distclean" to "make maintainer-clean",
and in other cases, put in a comment indicating why we're not doing that
(because some files that are distributed in the source tarballs, namely
Flex output, were built with a UN*X Flex and won't compile on Windows,
so we get rid of them with "make distclean" so you can clean up stuff
that *has* to be re-generated for Windows).
Clean up some *CLEANFILES definitions - get rid of ones that no longer
apply as files were moved or that add to the definition a name that's
already there.
svn path=/trunk/; revision=13402
|
|
|
|
| |
svn path=/trunk/; revision=13046
|
|
|
|
|
|
| |
link the plugins with libethereal, so do so.
svn path=/trunk/; revision=12176
|
|
|
|
|
|
| |
than using the plugin address table.
svn path=/trunk/; revision=12139
|
|
|
|
|
|
|
|
|
| |
it has been replaced by
svn proplist -v <dir/file>
and
svn propedit <dir/file>
svn path=/trunk/; revision=11422
|
|
|
|
|
|
| |
Add tags and TAGS to all .cvsignore files
svn path=/trunk/; revision=11419
|
|
|
|
|
|
|
|
|
|
| |
Also move ncp222.py, x11-fields, process-x11-fields.pl,
make-reg-dotc, and make-reg-dotc.py.
Adjust #include lines in files that include packet-*.h
files.
svn path=/trunk/; revision=11410
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
top-level configure.in when running configure.
svn path=/trunk/; revision=10699
|
|
|
|
|
|
|
|
|
|
|
| |
line to every Makefile.am file for a given plugin XXX:
XXX_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@
This way symbols defined in libethereal and GLib are resolved when linking
the plugin dissector modules.
svn path=/trunk/; revision=10601
|