summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* titan: Re-add MNCC_EncDec.cc which was lostHEADmasterHarald Welte2019-05-201-2/+2
|
* titan: Don't use "-D" compiler flag which older versions don't haveHarald Welte2019-05-201-1/+1
|
* Makefile cleanupHarald Welte2019-05-201-3/+2
|
* titan support: Rebuild C++ source from ttcn using ttcn3_compilerHarald Welte2019-05-2014-93656/+3241
|
* Update TITAN-generated c++ files built for TITAN 6.5.0Harald Welte2019-03-268-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_fdHarald Welte2018-12-143-36/+78
|\ | | | | Properly handle multiple child connections
| * sock_events.c: also track child file descriptorsVadim Yanitskiy2018-10-313-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 Yanitskiy2018-10-312-8/+9
| |
| * utils.c: use udtrace_sstate_by_fd()Vadim Yanitskiy2018-10-312-24/+34
| |
| * utils.c: drop 'const' qualifier from udtrace_sstate_by_fd()Vadim Yanitskiy2018-10-311-2/+2
|/
* Add reference to unixdump by stealthHarald Welte2018-04-181-0/+10
|
* misc fixesMartin Hauke2018-04-022-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 capabilitiesHarald Welte2018-03-261-2/+5
|
* add README.mdHarald Welte2018-03-261-0/+99
|
* add TITAN support for MNCC/PCU interface decodingHarald Welte2018-03-2615-5/+92995
|
* prepare for different payload dissectorsHarald Welte2018-03-264-67/+125
|
* initial checkin of unix domain socket tracerHarald Welte2018-03-269-0/+1373
personal git repositories of Harald Welte. Your mileage may vary