- Add configPath string var and --config flag to Cobra command - Import config and synth packages in main.go - Call config.Load(configPath) in run() before capture (D-11 fail fast) - Change runLiveMode and runPcapMode signatures to accept freqCfgs map - Pass freqCfgs to encode.RunSynthesis in both live and pcap modes