Changeset caac052 in mainline for uspace/app/pcapcat/main.c


Ignore:
Timestamp:
2024-12-22T16:47:50Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
46e2152
Parents:
373dded
Message:

pcapcat: docs, no literals, time fix in pcap lib

File:
1 edited

Legend:

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

    r373dded rcaac052  
    4545
    4646static const linktype_parser_t eth_parser = {
    47     .parse_packets = &eth_parse_packets,
     47    .parse_packets = &eth_parse_frames,
    4848    .parse_file_header = &eth_parse_header,
    4949    .linktype = PCAP_LINKTYPE_ETHERNET
Note: See TracChangeset for help on using the changeset viewer.