ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5265] Unable to capture using pipes w/ Mac OS X

Date: Wed, 29 Sep 2010 14:53:28 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5265

--- Comment #2 from Guy Harris <guy@xxxxxxxxxxxx> 2010-09-29 14:53:28 PDT ---
OS X 10.6's ksh, at least, implements <(command) by running the command and
handing /dev/fd/{file descriptor number} as an argument.  I don't know offhand
what type of object the FD in question for the Wireshark process represents,
and I don't know offhand whether, even if it *is* something on which you can do
a select(), whether what you get by opening /dev/fd/{file descriptor number} is
a descriptor that refers to the exact same object (so that you could do a
select() if the original object supports it) or a descriptor that refers to a
devfs object (so that the select() would work only if devfs passes the select()
through).

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.