ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 24040: /trunk/ /trunk/: capture_sync.c

Date: Wed, 09 Jan 2008 11:40:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24040

User: guy
Date: 2008/01/09 11:40 AM

Log:
 Use dup2() rather than eth_close() followed by dup() to ensure that a
 given file descriptor get duped to another descriptor.
 
 Handle exec errors in sync_pipe_open_command() the same way they're
 handled in sync_pipe_start(); that fixes bug 2177.

Directory: /trunk/
  Changes    Path              Action
  +13 -8     capture_sync.c    Modified