Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sock_events.c: also track child file descriptors | Vadim Yanitskiy | 2018-10-31 | 1 | -0/+26 |
| | | | | | | | | | | 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. | ||||
* | utils.h: share 'sock_state' struct from 'utils.c' | Vadim Yanitskiy | 2018-10-31 | 1 | -8/+0 |
| | |||||
* | utils.c: use udtrace_sstate_by_fd() | Vadim Yanitskiy | 2018-10-31 | 1 | -24/+31 |
| | |||||
* | utils.c: drop 'const' qualifier from udtrace_sstate_by_fd() | Vadim Yanitskiy | 2018-10-31 | 1 | -2/+2 |
| | |||||
* | add TITAN support for MNCC/PCU interface decoding | Harald Welte | 2018-03-26 | 1 | -3/+22 |
| | |||||
* | prepare for different payload dissectors | Harald Welte | 2018-03-26 | 1 | -41/+88 |
| | |||||
* | initial checkin of unix domain socket tracer | Harald Welte | 2018-03-26 | 1 | -0/+95 |