The problem is located at "output/vcd.c" and is the following: in the preamble (ln 148) every channel gets a sign, starting at !, ", #, $, and so on - even if the channel is not activated. therefore channel 2 is alway ", doesn't matter if channel 1 is activated or not. on the other hand, at ln 224, the output starts at the first _activated_ channel, which becomes !, and the next _activated_ is ", and so on...
I guess replacing ln 224 by
g_string_append_c(*out, '!' + index);
should fix the problem
------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev
_______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

