Changeset 9ce251c7 in mainline for uspace/lib/pcap/include/pcap.h


Ignore:
Timestamp:
2024-12-13T08:32:55Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
8765039
Parents:
91042127
git-author:
Nataliia Korop <n.corop08@…> (2024-03-10 09:38:44)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
Message:

moved to nic, fixed all except addressing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcap/include/pcap.h

    r91042127 r9ce251c7  
    6464        uint32_t snaplen;
    6565        uint32_t additional; /** The LinkType and additional information field is in the form */
    66 } __attribute__((packed, aligned(4))) pcap_file_header_t;
     66} pcap_file_header_t;
    6767
    6868typedef struct pcap_packet_header {
Note: See TracChangeset for help on using the changeset viewer.