USNavalResearchLaboratory / mgen

Multi-Generator (MGEN) traffic generation tool
https://www.nrl.navy.mil/itd/ncs/products/mgen
Other
83 stars 25 forks source link

Fix crash bug on pcap2mgen startup #23

Closed sdshlanta closed 3 years ago

sdshlanta commented 3 years ago

The CMD_LIST of pcap2mgen was missing an end marker. Given the code I assumed this was supposed to be a NULL. This has been added which fixes the crashing behavior.