I have a pcap file captured during the VOIP call. From this file, I would like to filter out only the SIP packets and I would like to parse the SIP packets to read the information present in the "SIP message Header" and "SIP Message body" using python.
Any suggestions/sample code would be really helpful.
You can access the "SIP message Header" and "SIP Message body" of a SIP packet by querying the field names and field values for the packet.
Here is one way to do this.
sip.msg_hdr output from my code above
I have tested the code above with multiple pcap files that contain SIP packets. In testing the code produced no errors.
You will need to filters your packets based on your use case.
Here are the items in my SIP packets: