Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sock_events.c: also track child file descriptors | Vadim Yanitskiy | 2018-10-31 | 1 | -2/+4 |
| | | | | | | | | | | In some applications, such as OsmocomBB, a single UNIX socket can be used by multiple processes (i.e. a server and multiple clients). Previously this caused a segmentation fault. Let's modify both sock_ev_accept() and sock_ev_accept4() in order to handle such connections properly, by using both socket path and dissector from the parent. | ||||
* | prepare for different payload dissectors | Harald Welte | 2018-03-26 | 1 | -23/+27 |
| | |||||
* | initial checkin of unix domain socket tracer | Harald Welte | 2018-03-26 | 1 | -0/+224 |