1 | initial version |
You started off with a PCAP format file and ended up with a PCAPNG format file. So even though the amount of frames is probably reduced, the file format itself is more 'bloated', so the file size reduction is negated.
Try adding the -F pcap
option to the command line to force the output format to match the input format, and see what happens.