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


Ignore:
Timestamp:
2025-10-11T18:23:30Z (4 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
aefdccd
Parents:
503ce85
Message:

ticket/packet-capture: ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcapcat/linktype_parser.h

    r503ce85 radbd7e1  
    3939
    4040typedef struct {
    41     uint32_t linktype;
    42     void (*parse_file_header)(pcap_file_header_t *);
    43     void (*parse_packets)(FILE *, int, bool);
     41        uint32_t linktype;
     42        void (*parse_file_header)(pcap_file_header_t *);
     43        void (*parse_packets)(FILE *, int, bool);
    4444} linktype_parser_t;
    4545
Note: See TracChangeset for help on using the changeset viewer.