avdecc
avdecc copied to clipboard
Replace all static dispatch maps with class members
Example: pcap s_Dispatch map for AECP sub-types.
During unititialization, the static map might be destroyed before the EndStation (meaning, before the ProtocolInterface), causing a crash if an incoming AECP message arrives during thread destruction.