Commit Graph

32 Commits

Author SHA1 Message Date
Jörg Mayer b26eb741d3 Update x11 includes
svn path=/trunk/; revision=10305
2004-03-04 21:36:08 +00:00
Jörg Mayer 89530865b8 Remove some obsolete _static files
svn path=/trunk/; revision=10271
2004-03-01 22:36:57 +00:00
Jörg Mayer 2a1cb9ce0f Ignore byproducts of shared lib compilation
svn path=/trunk/; revision=10003
2004-02-07 04:35:49 +00:00
Guy Harris a6e40c7817 Add cvsversion.h to the list of files to be ignored by CVS, as it's a
generated file.

svn path=/trunk/; revision=9683
2004-01-16 22:19:52 +00:00
Jörg Mayer 9345308925 The include file is generated elsewhere
svn path=/trunk/; revision=9374
2003-12-21 03:17:54 +00:00
Guy Harris 41784feebe Add ethereal-filter.4.
svn path=/trunk/; revision=8582
2003-10-01 20:27:35 +00:00
Guy Harris 3fd9b8f6f4 Some versions of GDB create a ".gdb_history" file; ignore it in CVS.
svn path=/trunk/; revision=7951
2003-06-30 21:31:41 +00:00
Jörg Mayer 4f8247dc2b Split FAQ into shorter lines before including it into the gtk help dialog.
Ignore tmp files generated by make-faq.
Update FAQ.

svn path=/trunk/; revision=7249
2003-03-02 17:42:37 +00:00
Guy Harris 8442ad9a32 From Ronnie Sahlberg: have a registration interface for tap listeners,
and generate the table of stuff to register from tap source files, so
Tethereal doesn't need to know what tap listeners exist.

Get rid of "tap-xxx.h" files, as they're now empty.

Add "tethereal-tap-register.c" to the .cvsignore file, as it's a new
generated file.

Update "Makefile.nmake" to generate "tethereal-tap-register.c".

Clean up "Makefile.am" and "Makefile.nmake" a bit.

svn path=/trunk/; revision=6525
2002-10-31 22:16:01 +00:00
Jörg Mayer e8a4485af4 Sort .cvsignore alphabetically and add libtool where missing.
svn path=/trunk/; revision=5993
2002-08-14 14:45:54 +00:00
Guy Harris 4f82062233 From Joerg Mayer:
autoconf 2.53 creates directories named autom4te.cache
        Add them to .cvsignore

svn path=/trunk/; revision=5419
2002-05-08 22:24:03 +00:00
Guy Harris 5fbabf3844 Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion.
svn path=/trunk/; revision=5236
2002-04-24 07:40:37 +00:00
Guy Harris 16b4866dca Add "idl2eth" to the list of files for CVS to ignore; it's now a
generated file.

svn path=/trunk/; revision=3942
2001-09-17 00:37:04 +00:00
Guy Harris d4b447c972 Add "idl2eth.1" to the list of files to ignore in CVS; it's a generated
file.

svn path=/trunk/; revision=3875
2001-08-27 20:05:16 +00:00
Guy Harris e9d00f4a4f Mergecap utility for merging capture files, from Scott Renfro.
svn path=/trunk/; revision=3701
2001-07-12 19:59:41 +00:00
Guy Harris b6313ab237 Add "register-static.c" to the list of files to ignore in CVS.
svn path=/trunk/; revision=3687
2001-07-11 05:25:43 +00:00
Guy Harris 281b8b2738 Add the text2pcap generated files to .cvsignore.
svn path=/trunk/; revision=3425
2001-05-20 22:06:04 +00:00
Guy Harris 986bd7f261 Check in the file used to define fields for the X11 dissector, and the
Perl script that generates them, so that if we have to change those
fields we can do so more conveniently.

Remove the generated header files from CVS, and arrange that we generate
them when we do a build.

svn path=/trunk/; revision=3341
2001-04-20 04:16:19 +00:00
Gilbert Ramirez 8f1fff2e6a Create a more modular type system for the FT_* types. Put them
into epan/ftypes.

Re-write display filter routines using Lemon parser instead of yacc.
Besides using a different tool, the new grammar is much simpler, while
the display filter engine itself is more powerful and more easily extended.

Add dftest executable, to test display filter "bytecode" generation.
Add option to "configure" to build dftest or randpkt, both of which are not
built by default.

Implement Ed Warnicke's ideas about dranges in the new display filter and
ftype code.

Remove type FT_TEXT_ONLY in favor of FT_NONE, and have protocols registered
as FT_PROTOCOL. Thus, FT_NONE is used only for simple labels in the proto tree,
while FT_PROTOCOL is used for protocols. This was necessary for being
able to make byte slices (ranges) out of protocols, like "frame[0:3]"

Win32 Makefile.nmake's will be added tonight.

svn path=/trunk/; revision=2967
2001-02-01 20:21:25 +00:00
Nathan Neulinger 5242bfc924 add tethereal_static
svn path=/trunk/; revision=2784
2000-12-26 16:44:16 +00:00
Graham Bloice 0ae9cce784 Updated to ignore Win32 detritus
svn path=/trunk/; revision=2430
2000-09-13 22:03:52 +00:00
Guy Harris 9fb66f8e93 Update and add ".cvsignore" files to reduce the level of noise from CVS.
svn path=/trunk/; revision=2179
2000-07-30 08:32:54 +00:00
Guy Harris 5ae55b0c8f Ben Fowler's additions to exclude more files from "cvs diff" and the
like.

svn path=/trunk/; revision=1833
2000-04-12 20:47:46 +00:00
Gilbert Ramirez a2ab3f8c5a Add Peter Kjellerstedt <peter.kjellerstedt@axis.com>'s patches
to add Axis ethernet vendor ID, use libtoolize in autogen.sh, and
provide the very dangerous option of installing ethereal setuid.

I've added a "DANGEROUS" comment to the description of the
--enable-setuid-install option which displays in "./configure --help".

Removed generated files tha old libltdl/.cvsignore brought to my
attention by Peter.

svn path=/trunk/; revision=1616
2000-02-11 03:17:58 +00:00
Nathan Neulinger 53db0d5587 Added ethereal_static extra target in Makefile.am. Did not add the updates
to configure.in. This should allow someone to do 'make ethereal_static' and
get a staticly built copy of ethereal w/o plugin support on platforms that
support -Wl,-static for static linking.

svn path=/trunk/; revision=1585
2000-01-30 16:57:20 +00:00
Gilbert Ramirez 40abaa9d1e Add in a couple of the artifacts produced from autoconf/automake
svn path=/trunk/; revision=1491
2000-01-15 13:27:39 +00:00
Guy Harris b799cb10d9 Add "tethereal", a tty-oriented derivative of Ethereal that works like
Sun's snoop or like tcpdump.

svn path=/trunk/; revision=1468
2000-01-14 06:46:00 +00:00
Guy Harris 8fafa9af84 Add a man page for "editcap".
svn path=/trunk/; revision=1446
2000-01-09 20:28:26 +00:00
Guy Harris f1ccfa97f0 Filter out a few more things.
svn path=/trunk/; revision=1401
1999-12-31 00:09:34 +00:00
Jun-ichiro itojun Hagino 03638cfd21 ignore register.c on cvs operations (dynamically generated by Makefile)
svn path=/trunk/; revision=922
1999-10-24 16:11:43 +00:00
Gilbert Ramirez de7123f718 Added ethereal, randpkt, and intermediate programs (dfilter2pod, rdps) to
.cvsignore files.

svn path=/trunk/; revision=847
1999-10-15 20:54:39 +00:00
Jun-ichiro itojun Hagino 45ca99c55b avoid mistakingly commit dynamically generated files, like "Makefile".
svn path=/trunk/; revision=837
1999-10-15 04:40:28 +00:00