the-tcpdump-group / tcpslice

tcpslice concatenates multiple pcap files together, or extracts time slices from one or more pcap files.
63 stars 22 forks source link

Prefer calloc over malloc #21

Closed AtariDreams closed 1 year ago

AtariDreams commented 1 year ago

malloc + memset can be better expressed as calloc.

AtariDreams commented 1 year ago

@infrastation Addressed!

infrastation commented 1 year ago

Thank you.