Changeset caac052 in mainline for uspace/app/pcapcat/eth_parser.h


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/eth_parser.h

    r373dded rcaac052  
    2727 */
    2828
     29/** @addtogroup pcapcat
     30 * @{
     31 */
     32/** @file Functions for parsing PCAP file of LinkType 1 (LINKTYPE_ETHERNET).
     33 */
    2934
    3035#include <stdint.h>
     
    3540#include <errno.h>
    3641#include <str.h>
    37 #include <io/log.h>
    3842#include <pcap.h>
    3943
    40 extern void eth_parse_packets(FILE *, int, bool);
     44extern void eth_parse_frames(FILE *, int, bool);
    4145extern void eth_parse_header(pcap_file_header_t *);
     46
     47/** @}
     48 */
Note: See TracChangeset for help on using the changeset viewer.