From my limited knowledge, you can't have it both ways. You need to capture the packet data in some way in order to read it in; CAPme, Wireshark, or other packet readers that may be available.
If storage space is your concern you could consider provisioning more disk space. Relatively speaking, benefit versus cost of retaining PCap data, disk is pretty cheap. In a Corporate environment there is likely a process to request and justify the need for more disk space, which can take some time depending on the business model being followed.
Another option is trimpcap, which chops off some of the less significant bytes at the end of the payload which significantly reduces the file save size yet retains the most essential parts of the payload.
https://github.com/Security-Onion-Solutions/security-onion/wiki/Trimming-PCAPs.