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


Ignore:
Timestamp:
2024-12-22T16:47:50Z (14 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/linktype_parser.h

    r373dded rcaac052  
    2727 */
    2828
    29 #include <stdint.h>
    30 #include <stdio.h>
     29/** @addtogroup pcapcat
     30 * @{
     31 */
     32/** @file Structure for parsing PCAP file.
     33 */
     34
    3135#include <stdlib.h>
    32 #include <time.h>
    3336#include <stdbool.h>
    34 #include <errno.h>
    3537#include <str.h>
    36 #include <io/log.h>
    3738#include <pcap.h>
    38 
    3939
    4040typedef struct {
     
    4343    void (*parse_packets)(FILE *, int, bool);
    4444} linktype_parser_t;
     45
     46/** @}
     47 */
Note: See TracChangeset for help on using the changeset viewer.