aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2004-05-01minor changesUlf Lamping1-1/+2
2004-04-26Some of the DLLs from the developer ZIP archives don't have the executable bitOlivier Biot1-0/+8
2004-04-25Add code for HTTP proxy detection based on the http_proxy shell variable.Olivier Biot1-7/+14
2004-04-25Add support for flex 2.5.31.Gilbert Ramirez1-1/+17
2004-04-09Modify the "setup" target to download the packages we've defined, so that weGerald Combs1-2/+7
2004-04-08Add a Makefile.nmake target called "setup" that uses the scriptGerald Combs1-0/+61
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,Gilbert Ramirez1-2/+23
2004-01-25Fix a warning by using a function typedefJörg Mayer1-5/+9
2004-01-18Fix some of the warnings when compiling with -Wstrict-prototypesJörg Mayer1-4/+2
2003-12-29Give it an RCS ID and copyright notice.Guy Harris1-0/+23
2003-12-29Add a missing backslash for the EXTRA_DIST files.Gilbert Ramirez1-1/+1
2003-12-21removed some MSVC warnings (added type casts)Ulf Lamping1-3/+6
2003-12-09-Tpdml and -Tps force -V. Thus, -V is no longer required when using -Tpdml.Gilbert Ramirez1-1/+1
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez3-0/+602
2003-10-13From Ulf Lamping: add some missing "cd .."s. (I guess the currentGuy Harris1-1/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris2-3/+7
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+74
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-23/+90
2003-07-09Script to unit-test ftype functions via dfilters passed to tethereal.Gilbert Ramirez1-0/+1224
2003-06-11Handle diff lines that look like "Binary files".Gilbert Ramirez1-1/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer2-33/+33
2002-05-04From Joerg Mayer: mark possibly-unused arguments as unused.Guy Harris1-4/+4
2002-05-04From Joerg Mayer: get rid of an unused argument, and flag another asGuy Harris1-6/+5
2002-03-06Use the gdb "x" (examine memory) command instead of "print" to obtainGilbert Ramirez1-18/+39
2002-03-06Add ability to pull packet from add_packet_to_packet_list() frame.Gilbert Ramirez1-16/+39
2002-02-27From Joerg Mayer:Guy Harris2-1/+9
2002-02-21Add first attempt at creating a tool to take a [t]ethereal core fileGilbert Ramirez2-1/+417
2002-01-30Fix up some type/size problems that showed up when compiling on DigitalGuy Harris1-7/+8
2002-01-04From Hamish Moffatt:Guy Harris1-1/+1
2001-12-12From Motonori Shindo:Guy Harris1-3/+3
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-11-09Remove "text2pcap-scanner.obj" and "tools\lemon\lemon.obj" when a "nmakeGuy Harris1-1/+1
2001-10-04From Motonori Shindo: have CVS ignore some files generated by Win32Guy Harris1-0/+2
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orGuy Harris1-2/+2
2001-06-26If length arguments to "%*s" aren't of type "int", cast them to "int",Guy Harris1-4/+4
2001-04-23Signed vs. unsigned fixes from Joerg Mayer.Guy Harris1-6/+6
2001-04-18nmake was compiling lemon.c twice; now let it use its defaultGilbert Ramirez1-5/+1
2001-04-18Revert. MSVC is wrong. Thanks to Guy for pointing that out.Gilbert Ramirez1-3/+13
2001-04-18Makefile.nmake pulls in settings from config.nmakeGilbert Ramirez2-3/+10
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris1-11/+11
2001-03-06Add some win32-specific targets in .cvsignore's.Gilbert Ramirez1-2/+2
2001-02-27Move the location of cppmagic.h, since the lemon-flex include filesGilbert Ramirez2-1/+16
2001-02-23Add a little script which takes the output of "cvs diff", which isGilbert Ramirez2-1/+114
2001-02-15Don't cast the function argument to "qsort()" to the expected type, makeGuy Harris1-13/+16
2001-02-15More prototype fun - make the Lemon parser allocate and free routinesGuy Harris1-5/+5
2001-02-15More paranoia - when compiling with GCC 2.x, do checks of the formatGuy Harris1-3/+8
2001-02-15Change "lemon" *NOT* to cast pointers to "int", as that doesn't work onGuy Harris1-363/+232
2001-02-04Add a "-f" flag to the "rm", so that "make clean" won't get an errorGuy Harris1-1/+1
2001-02-02Add Makefile.nmake files for new subdirs.Gilbert Ramirez4-2/+27
2001-02-01Rename the "optarg()" and "opterr()" functions to "get_optarg()" andGuy Harris1-31/+42