iwd/monitor
Denis Kenzior 0b8de3d5df monitor: Fix p2p channel list dumper
This dumper probably intended to update pos after invoking strncpy.
However, strncpy returns the number of bytes that *would* have been
copied and so the logic gets a bit complex to get completely right.

Instead, switch to using l_string since this is inside the monitor and
not particularly performance critical.
2019-10-17 11:49:11 -05:00
..
display.c monitor: Fix includes for using with -std=c99 compiler option 2018-11-01 22:19:11 +01:00
display.h monitor: Improve message and attribute display handling 2014-08-09 22:59:42 -07:00
iwmon.rst build: Add skeleton manual pages for all installed binaries 2019-09-22 21:57:47 +02:00
main.c monitor: Fix potential memory leak 2019-10-17 11:28:11 -05:00
nlmon.c monitor: Fix p2p channel list dumper 2019-10-17 11:49:11 -05:00
nlmon.h monitor: added scan/wiphy flags 2018-05-15 19:42:46 -05:00
pcap.c monitor: add missing sys/stat.h include 2018-11-10 17:49:04 +01:00
pcap.h monitor: Add support for writing combined PCAP trace files 2014-08-12 19:35:59 -07:00