aboutsummaryrefslogtreecommitdiffstats
path: root/echld
AgeCommit message (Expand)AuthorFilesLines
2014-07-31Add a bunch of missing files to the distribution.Guy Harris1-1/+2
2014-07-29Fix heap-use-after-free via setlocalePeter Wu1-1/+12
2014-07-07Wrong macro.Guy Harris1-1/+1
2014-07-06Add printf-format annotations, fix garbagePeter Wu2-2/+4
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris3-5/+4
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-1/+1
2014-06-29clopts_common.c is now part of wsutil.Guy Harris1-1/+0
2014-06-24capture_ifinfo.c and capture_sync.c are now in libcapchild.Guy Harris1-2/+0
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-2/+2
2014-06-22Fix build errors for tfshark and echld.Guy Harris2-4/+6
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-2/+2
2014-06-21cfutils.c is now part of libwsutil.Guy Harris1-2/+1
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-05-01Remove 'include win32.mak' from certain nmake files when not needed.Bill Meier1-1/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-7/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte8-16/+0
2014-02-25Remove trailing whitespaceBill Meier1-5/+5
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-2/+2
2013-12-23From Ville Skyttä: Spelling FixesBill Meier2-2/+2
2013-11-18Fix some warnings that were really errors.Jörg Mayer3-14/+7
2013-11-17Don't include epan/filesystem.h any moreJörg Mayer1-1/+0
2013-11-08The experimental code in echld/ also got broken by the wtapJörg Mayer2-61/+61
2013-10-27More SVN properties cleanup.Jeff Morriss3-3/+3
2013-09-13Move common.c to dirty filesJörg Mayer1-1/+1
2013-09-13FixJörg Mayer1-1/+1
2013-09-13Fix might be used uninitialized warningJörg Mayer1-1/+1
2013-09-13Fix warnings shown by gcc-4.8.1Jörg Mayer3-56/+55
2013-07-23Fix ECHLD_TIMEOUT vs ECHLD_TIMED_OUT a second time for today.Jörg Mayer1-2/+2
2013-07-23Yet another iteration...Luis Ontanon6-32/+156
2013-07-23Move files to dirty that generate a warning aboutJörg Mayer1-5/+9
2013-07-23- Fix a typo that was warned about (acually a coding error thatJörg Mayer1-23/+24
2013-07-23Include sys/wait.hJörg Mayer1-0/+4
2013-07-21- Whitespace changesJörg Mayer1-11/+11
2013-07-21Remove trailing whitespaceJörg Mayer1-14/+14
2013-07-21More fixes for building echld with cmake (not yet finished)Jörg Mayer1-11/+24
2013-07-21Include config.h, not ../config.h, just like everywhere else.Jörg Mayer2-2/+2
2013-07-12disabled_protos.c is in libwireshark now.Jeff Morriss1-1/+0
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+1
2013-07-05Yet another iteration:Luis Ontanon6-203/+413
2013-07-04some more harvesting from tsharkLuis Ontanon5-68/+181
2013-07-01ANother iteration,Luis Ontanon7-40/+252
2013-06-29One further iteration, get things right, put placeholders for things to do.Luis Ontanon5-159/+185
2013-06-28MS: new childLuis Ontanon7-266/+395
2013-06-27MS: list interfaces!Luis Ontanon10-33/+220
2013-06-27MS: Pong from the dispatcher!Luis Ontanon6-198/+430
2013-06-25Last changes to autofoo, rename the files as they live now in their own dir...Luis Ontanon6-4/+7
2013-06-25remove the Makefile.nmake target to avoid errors in dist...Luis Ontanon1-2/+1
2013-06-25This should get cmake to ignore echld...Luis Ontanon2-37/+132
2013-06-25another iteration, prepared for automake.Luis Ontanon10-234/+112
2013-06-25more stuff...Luis Ontanon3-13/+76