01Retrieve frame numbers using Wireshark display filters (pcap_frames_by_filter)
02Drill down into specific frames, optionally restricting layers or showing full hexadecimal details (pcap_frame_detail)
03Automate session tracing by extracting and applying follow filters (e.g., SIP Call-ID, Diameter Session-Id, HTTP2 streamid) (pcap_follow)
04Export comprehensive Packet List TSV files similar to Wireshark's packet pane (pcap_packet_list)
050 GitHub stars
06Generate time-series tables from PCAP data by extracting specified fields (pcap_timeline)