dect
/
dectmon
Archived
13
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
Patrick McHardy ba7d686499 dectmon: add option for enabling audio dumping
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-01-06 05:30:30 +01:00
Patrick McHardy 979a156671 parser: fix minor bugs
- use-after-free in cluster resolution

- missing parameter propagation in MNSS parameter parsing

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-12-03 01:14:27 +01:00
Patrick McHardy 642e927e21 dectmon: fix some memory leaks
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-22 16:04:21 +01:00
Patrick McHardy 360ca87ffc cmd-parser: add MNSS_FACILITY-req, parse primitives in cluster context
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-21 20:04:30 +01:00
Patrick McHardy 42aff744b9 dectmon: split up header files
Split up header files in a more logical fashion to avoid rebuilding
the entire tree on each change.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-21 20:04:09 +01:00
Patrick McHardy d23e627b50 dectmon: add shortopt for logfile parsing
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-21 20:03:47 +01:00
Patrick McHardy fab91200de dectmon: add raw packet dumping facility
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-21 12:09:49 +01:00
Patrick McHardy 1a280c1a11 dectmon: don't lock to foreign FPs when not in scanning mode
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-19 22:15:28 +01:00
Patrick Mchardy 022a720886 dectmon: fix IPEI buffer size
Need to account for the terminating '\0'.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-19 20:13:32 +01:00
Patrick McHardy a222b17339 dectmon: add interactive CLI, audio support and more
Not finished yet, but commit is already much too large and includes
multiple unrelated things.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-19 19:50:12 +01:00
Patrick McHardy 6629561108 dectmon: multi-cluster support
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-16 21:23:43 +01:00
Patrick McHardy 79004e4687 auth: allow specifying PIN on commandline (-p/--auth-pin)
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-13 18:31:36 +01:00
Patrick McHardy ede151676c cipher 2010-11-13 15:27:05 +01:00
Patrick McHardy 6f64865d06 build: restore original CFLAGS after event.h test
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-12 08:08:41 +01:00
Patrick McHardy 9fa1c4ea96 build: restore original CFLAGS after event.h test
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-12 08:07:12 +01:00
Patrick McHardy b27165e9ca build: verify that event.h and event library are compatible
libev contains an libevent compat header file that at least on Debian
is only installed optionally. Make sure event.h and the event library
match since their respective struct event definitions don't match.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-12 07:03:52 +01:00
Patrick McHardy d87fd20cf3 dsc: fix compilation error because of symbol clashes
src/dsc.c:34:17: Fehler: In Konflikt stehende Typen für »clock«
/usr/include/time.h:183:16: Anmerkung: Vorherige Deklaration von »clock« war hier

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-03 03:13:29 +01:00
Patrick McHardy 782da34e4b dectmon: add missing stdint.h include
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-11-03 03:12:58 +01:00
Patrick McHardy c43cf0a26b dectmon: support specifying cluster name on command line
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-10-29 18:03:25 +02:00
Patrick McHardy 902da5b9f5 Import dectmon
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-10-28 01:31:00 +02:00