Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add switch to extract_packets.py to extract only the layer payload
This allows, for example, to extract from a CoAP capture the payload of inet.UDP to obtain the CoAP messages. Tested with: ``` wget https://gitlab.com/wireshark/wireshark/-/wikis/uploads/__moin_import__/attachments/SampleCaptures/coap-cbor.pcap extract_packets.py --payload inet.UDP coap-cbor.pcap samples/ rflx validate -v samples/ specs/coap.rflx CoAP::CoAP_Message ``` Ref. None
- Loading branch information