| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change allows you to add a new packet-*.c file and not cause a
recompilation of everything that #include's packet.h
Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list.
Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol
is not defined, squelching a compiler complaint when compiling the generated
C file.
svn path=/trunk/; revision=1637
|
|
|
|
|
|
| |
the value that the real function returns.
svn path=/trunk/; revision=1627
|
|
|
|
| |
svn path=/trunk/; revision=1615
|
|
|
|
| |
svn path=/trunk/; revision=1613
|
|
|
|
|
|
| |
from WinDump with Ethereal. We now have packet capturing on Win32. :)
svn path=/trunk/; revision=1612
|
|
|
|
|
|
|
|
|
| |
have top-level Makefile.nmake call Makefile.nmake's in subdirectories.
Build plugins, and build generated source (lex, yacc). The only thing we
can't build is register.c; I need to re-work the top-level Makefile.nmake
because it lists object files, not C files, which make-reg-dotc needs.
svn path=/trunk/; revision=1608
|
|
|
|
| |
svn path=/trunk/; revision=1606
|
|
|
|
| |
svn path=/trunk/; revision=1605
|
|
|
|
|
|
|
|
|
|
|
|
| |
The distro is buildable finally. I had to change "plugins/gryphon" from
a separately configured (i.e., "./configure") package to a member of
the main ethereal autoconf package so that PLUGIN_DIR could be passed
to plugins/gryphon/Makefile.am. In doing so, I had to get rid of
plugins/gryphon/config.h which had PACKAGE and VERSION #defined, the latter
of which was actually used in packet-gryphon.c. So I moved those two
#defines into a new file, plugins/gryphon/moduleinfo.h.
svn path=/trunk/; revision=1438
|
|
|
|
|
|
|
|
|
| |
apparently doesn't like it when a case label is the last line in a
"switch()" statement.
Fix a spelling error.
svn path=/trunk/; revision=1408
|
|
|
|
|
|
| |
Don't filter out some things that *are* in CVS.
svn path=/trunk/; revision=1403
|
|
|
|
| |
svn path=/trunk/; revision=1402
|
|
|
|
|
|
|
|
|
|
|
| |
Make the default plugindir $(libdir)/ethereal/plugins/0.8. Ethereal now
looks for plugins in the following directories:
/usr/lib/ethereal/plugins/0.8
/usr/local/lib/ethereal/plugins/0.8
$plugindir (if different from above)
$HOME/.ethereal/plugins
svn path=/trunk/; revision=1382
|
|
|
|
|
|
| |
to the distribution.
svn path=/trunk/; revision=1379
|
|
shipped plugin.
svn path=/trunk/; revision=1341
|