Packets Decoder Framework
This is a pcap decode framework that is similar to chopshop.
The limitation of chopshop is only work for complete session pcap to decrypt. Therefore, pcap-decoder just use for-loop to parse all packets in the pcap file.
$ python pcap_decoder.py -f `[PCAP]` `[MODULE]`
pip install -r requirements.txt
All the library python codes in 'libs/' are from chopshop.