Changeset 46e2152 in mainline for uspace/app/pcapcat/main.c


Ignore:
Timestamp:
2024-12-28T18:44:18Z (14 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
503ce85
Parents:
caac052
Message:

pcapcat: typos, small fixes, pcapctl: comments, docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcapcat/main.c

    rcaac052 r46e2152  
    8686    parsers[parser_index].parse_file_header(&hdr);
    8787    parsers[parser_index].parse_packets(f, packet_count, verbose_flag);
     88
     89    fclose(f);
    8890    return 0;
    8991}
Note: See TracChangeset for help on using the changeset viewer.