Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile cleanup | Harald Welte | 2019-05-20 | 1 | -3/+2 |
| | |||||
* | titan support: Rebuild C++ source from ttcn using ttcn3_compiler | Harald Welte | 2019-05-20 | 14 | -93656/+3241 |
| | |||||
* | Update TITAN-generated c++ files built for TITAN 6.5.0 | Harald Welte | 2019-03-26 | 8 | -2668/+4055 |
| | | | | | | The old ones were for 6.3.0, let's update them with their current counterparts generated with TITAN 6.5.0 from the sources in git.osmocom.org/osmo-ttcn3-hacks | ||||
* | Merge pull request #1 from axilirator/fixeria/parent_fd | Harald Welte | 2018-12-14 | 3 | -36/+78 |
|\ | | | | | Properly handle multiple child connections | ||||
| * | sock_events.c: also track child file descriptors | Vadim Yanitskiy | 2018-10-31 | 3 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | 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 | 2 | -8/+9 |
| | | |||||
| * | utils.c: use udtrace_sstate_by_fd() | Vadim Yanitskiy | 2018-10-31 | 2 | -24/+34 |
| | | |||||
| * | utils.c: drop 'const' qualifier from udtrace_sstate_by_fd() | Vadim Yanitskiy | 2018-10-31 | 1 | -2/+2 |
|/ | |||||
* | Add reference to unixdump by stealth | Harald Welte | 2018-04-18 | 1 | -0/+10 |
| | |||||
* | misc fixes | Martin Hauke | 2018-04-02 | 2 | -4/+5 |
| | | | | | | * only link against ttcn3-dynamic when you build with ENABLE_TITAN * obey CFLAGS * fix typos | ||||
* | MNCC_EncDec.cc: Fix decoding of speech versions in bearer capabilities | Harald Welte | 2018-03-26 | 1 | -2/+5 |
| | |||||
* | add README.md | Harald Welte | 2018-03-26 | 1 | -0/+99 |
| | |||||
* | add TITAN support for MNCC/PCU interface decoding | Harald Welte | 2018-03-26 | 15 | -5/+92995 |
| | |||||
* | prepare for different payload dissectors | Harald Welte | 2018-03-26 | 4 | -67/+125 |
| | |||||
* | initial checkin of unix domain socket tracer | Harald Welte | 2018-03-26 | 9 | -0/+1373 |