#861: Merging DNP3 Analyzer

Hi, Robin,

I think your TODO-hui is included in the branch topic/robin/dnp3-merge. But when I checkout the branch, git gives me this errors:

“error: Entry ‘aux/broctl’ would be overwritten by merge. Cannot merge.”

Seems not safe. Any opinion what should I do.

Hui

when I checkout the branch, git gives me this errors:

"error: Entry 'aux/broctl' would be overwritten by merge. Cannot
merge."

What command are you using? That sounds like a merge rather than
checkout? Try switching to master first (if you haven't already and
then "git checkout topic/robin/dnp3-merge").

> - Does DNP3 have cases similar to Modbus where it would make sense to pass
> arrays of integers (or other elements)? If so, that would be good to do
> (but I don't know the protocol enough to say more).

You can hold off on this for now, Seth has been doing some
restructuring of the Modbus events and may have thoughts for DNP3 as
well.

Robin