aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-03-13Update the list of pidl files.Guy Harris1-2/+11
svn path=/trunk/; revision=32181
2009-11-10add win-setup.sh and win64-setup.sh to source distributionTomas Kukosa1-0/+2
svn path=/trunk/; revision=30921
2009-10-11Move make-sminmpec.pl to tools directoryKovarththanan Rajaratnam1-0/+1
svn path=/trunk/; revision=30511
2009-10-04Move make-tapreg-dotc to tools/make-tapreg-dotcKovarththanan Rajaratnam1-1/+2
svn path=/trunk/; revision=30284
2009-10-04Add rdps.py to EXTRA_DIST in tools/Makefile.am insteadKovarththanan Rajaratnam1-0/+1
svn path=/trunk/; revision=30282
2009-09-12Move all of the scripts in epan/dissectors/ to tools/ .Jeff Morriss1-5/+8
Add a target ("x11-dissector") to build the X11 dissector. Put the X11-related files (back) in the source distribution. svn path=/trunk/; revision=29871
2009-03-24add native-nmake.cmd into EXTRA_DISTTomas Kukosa1-0/+1
svn path=/trunk/; revision=27838
2009-02-25Added make-tap-reg.pyStig Bjørlykke1-0/+1
svn path=/trunk/; revision=27548
2009-01-16Add html2text.py to distribution.Anders Broman1-0/+1
svn path=/trunk/; revision=27249
2009-01-07From Vincent Helfre:Anders Broman1-0/+1
To make it possible to extract the ASN1 files directly from the spec, I wrote a small script. svn path=/trunk/; revision=27178
2008-07-02Push EXTRA_DIST entries into the lowest-level Makefile.am available.Guy Harris1-1/+2
svn path=/trunk/; revision=25661
2007-09-24ome files were left even after "make maintainer-clean". FoundJörg Mayer1-0/+3
with "svn status --no-ignore". svn path=/trunk/; revision=22932
2007-08-30Clean up "setuid-root.pl" when we do "make distclean".Guy Harris1-0/+3
svn path=/trunk/; revision=22757
2007-08-30Huh. Fetch setuid-root.pl.in from srcdir instead.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=22754
2007-08-30Added setuid-root.pl.in to EXSTRA_DISTStig Bjørlykke1-0/+1
svn path=/trunk/; revision=22753
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+9
setuid instead of Wireshark. Remove the "DANGEROUS" notices, but leave it disabled by default. Whine if the user runs Wireshark or TShark as root. Add a preference to disable the whining. Add a "setuid-root" script that can be used to switch dumpcap and TShark's setuid-ness on and off for development and testing. Update the release notes and README.packaging. svn path=/trunk/; revision=22733
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-0/+1
such as the fact that Flex strips all but the last component of the "-o" argument, and that it doesn't generate a header file to declare routines the generated lexical analyzer defines. Use that script when building lexical analyzers, and, for each lexical analyzer, include the generated header file in the generated analyzer. svn path=/trunk/; revision=22446
2007-02-21Try to fix distcheck.Gerald Combs1-7/+25
svn path=/trunk/; revision=20894
2006-06-01Fix dist/distcheck.Gerald Combs1-3/+5
svn path=/trunk/; revision=18302
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-0/+1
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18206
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa1-1/+1
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris1-2/+2
Python versions, as it no longer makes only "register.c", it can also make a "plugin.c" file for a plugin. When making "plugin.c", there's no need to include "register.h", as it's not defining any functions declared there. svn path=/trunk/; revision=17919
2006-04-17Move "make-reg-dotc" and "make-reg-dotc.py" to the "tools" directory, soGuy Harris1-0/+2
that it can more easily be used when building plugins. svn path=/trunk/; revision=17881
2006-01-02That's "PIDL_FILES", not "PIDLFILES".Guy Harris1-1/+1
svn path=/trunk/; revision=16930
2006-01-02- Move pidl files into PIDL_FILES and include this info EXTRA_DIST.Jörg Mayer1-38/+41
- Sort files alphabetically. svn path=/trunk/; revision=16929
2006-01-01Forgot to commit Makefile.am with the samba changesJörg Mayer1-1/+0
svn path=/trunk/; revision=16928
2005-12-26Update from samba tree revision 12487 to 12488Jörg Mayer1-14/+14
============================ Samba log start ============ ------------------------------------------------------------------------ r12488 | jelmer | 2005-12-26 02:37:18 +0100 (Mon, 26 Dec 2005) | 2 lines Fix MANIFEST to match recent changes ------------------------------------------------------------------------ ============================ Samba log end ============== Update Makefile.am accordingly svn path=/trunk/; revision=16899
2005-09-23Add MANIFESTJörg Mayer1-50/+51
svn path=/trunk/; revision=15984
2005-09-22Remove pidl.1.xml from the distribution.Gerald Combs1-1/+0
svn path=/trunk/; revision=15971
2005-09-20Add the pidl files.Jörg Mayer1-1/+40
svn path=/trunk/; revision=15896
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+4
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
2005-05-13Forgott the lex.py fileAnders Broman1-0/+1
svn path=/trunk/; revision=14360
2005-05-13Add the asn2eth related files to extra-dist (I hope this is the right thing ↵Anders Broman1-1/+3
to do to get them into the SVN tarballs). svn path=/trunk/; revision=14359
2005-04-18Add fuzz-test.sh to the distribution.Gerald Combs1-0/+1
svn path=/trunk/; revision=14126
2004-10-29Add netscreen2dump.py, to convert netscreen packet-trace hex dumpsGilbert Ramirez1-0/+1
to hex dumps that can be read by text2pcap. svn path=/trunk/; revision=12435
2004-10-27Add unix2dos.pl to the list of files to be distributed.Guy Harris1-0/+1
svn path=/trunk/; revision=12409
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
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
2004-06-04As Mark Corley pointed out, win32-setup.sh should be part of the distribution.Gerald Combs1-7/+8
svn path=/trunk/; revision=11102
2003-12-29Give it an RCS ID and copyright notice.Guy Harris1-0/+23
svn path=/trunk/; revision=9481
2003-12-29Add a missing backslash for the EXTRA_DIST files.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=9477
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-0/+3
to tethereal. It could be added to Ethereal, but the GUI changes to allow the user to select PDML as a print format have not been added. Provide a python module (EtherealXML.py) to help parse PDML. Provide a sample app (msnchat) which uses tethereal and EtherealXML.py to reconstruct MSN Chat sessions from packet capture files. It produces a nice HTML report of the chat sessions. Document tethereal's PDML and EtherealXML.py usage in doc/README.xml-output Update tethereal's manpage to reflect the new [-T pdml|ps|text] option svn path=/trunk/; revision=9180
2002-02-21Add first attempt at creating a tool to take a [t]ethereal core fileGilbert Ramirez1-1/+2
and using gdb, extract the packet that was being dissected when the core file was created. It works in simple cases; it will probably fail in many other cases. Right now it only creates libpcap files, and uses text2pcap to do so. svn path=/trunk/; revision=4767
2001-02-23Add a little script which takes the output of "cvs diff", which isGilbert Ramirez1-1/+2
a flattened recursive diff, and unflattens it, so that it can be applied with "patch -p0". This has tested only against the output of "cvs diff -u". Usage: cvs diff -u | cvsdiff-fix.py > file.diff svn path=/trunk/; revision=3071
2001-02-02Add Makefile.nmake files for new subdirs.Gilbert Ramirez1-0/+3
Add them to EXTRA_DIST in corresponding Makefile.am's so that they get packaged with the distribution. svn path=/trunk/; revision=2979
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+1
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