The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / echld @ master

Name Size
CMakeLists.txt 2.66 KB
Makefile.am 1.78 KB
Makefile.common 1.66 KB
Makefile.nmake 468 Bytes
child.c 18.3 KB
common.c 21.8 KB
dispatcher.c 27.5 KB
echld-int.h 9.76 KB
echld-util.c 4.66 KB
echld-util.h 2.4 KB
echld.h 15.3 KB
parent.c 20.8 KB

Latest revisions

# Date Author Comment
067beb02 07/31/2014 03:43 AM Guy Harris

Add a bunch of missing files to the distribution.

Files from the debian directory, documents from the doc directory,
graphics from the docbook/wsug_graphics directory, and the echld
Makefile.nmake.

Change-Id: Iccccc58811753581b0b180053defd937aea22f95
Reviewed-on: https://code.wireshark.org/review/3283...

0272b9c4 07/28/2014 09:53 PM Peter Wu

Fix heap-use-after-free via setlocale

setlocale returns a statically-allocated memory which can be modified by
subsequent calls of setlocale. This triggers a heap-use-after free in
ASAN when the setlocale function is called again with the previous
pointer....

9dfb3e7b 07/07/2014 12:32 AM Guy Harris

Wrong macro.

Change-Id: I2e0e7c1a30c9fc2d5af7cbd53dae26ad9a619e71
Reviewed-on: https://code.wireshark.org/review/2908
Reviewed-by: Guy Harris <>

f2b4daf4 07/06/2014 07:00 PM Peter Wu

Add printf-format annotations, fix garbage

The WRETH dissector showed up some garbage in the column display. Upon
further inspection, it turns out that the format string had a trailing
percent sign which caused (unsigned)-1 to be returned by
g_printf_string_upper_bound (in emem_strdup_vprintf). Then ep_alloc is...

9e6487f2 07/04/2014 03:25 AM Guy Harris

Move utility routines for capturing into a libcaputils static library.

Some of those routines are used only in dumpcap; others are used in
TShark and Wireshark as well.

Change-Id: I9d92483f2fcff57a7d8b6bf6bdf2870505d19fb7
Reviewed-on: https://code.wireshark.org/review/2841...

b33512b7 06/30/2014 01:09 AM Guy Harris

Move capture_session.h to capchild; what it declares is defined there.

Change-Id: I8b1407839390b7ac0b45bf6f583c1a509073f002
Reviewed-on: https://code.wireshark.org/review/2709
Reviewed-by: Guy Harris <>

53c2a4d1 06/29/2014 07:35 PM Guy Harris

clopts_common.c is now part of wsutil.

Change-Id: I0fa773bfc6364689d6e4f97ee89a6508622d2b2a
Reviewed-on: https://code.wireshark.org/review/2706
Reviewed-by: Guy Harris <>

f71a6d0c 06/23/2014 10:07 PM Guy Harris

capture_ifinfo.c and capture_sync.c are now in libcapchild.

Change-Id: I8203a3a1a77f231c4286fd32fcc6372a2ac9db48
Reviewed-on: https://code.wireshark.org/review/2603
Reviewed-by: Guy Harris <>

adf6b1a8 06/23/2014 08:28 PM Guy Harris

For capchild headers, include <capchild/XXX.h>.

Change-Id: I780c69ee637dcd9846756a2e2d6a35baf02d826d
Reviewed-on: https://code.wireshark.org/review/2594
Reviewed-by: Guy Harris <>

376dfe84 06/21/2014 09:55 PM Guy Harris

Fix build errors for tfshark and echld.

Some come from the recent version information changes, some were broken
before that.

Change-Id: I9429f7d45d3c51c579aef592b37c79130a443299
Reviewed-on: https://code.wireshark.org/review/2531
Reviewed-by: Guy Harris <>

View revisions

Also available in: Atom