Changeset 6eab537d in mainline for uspace/lib/pcap/include/pcap.h


Ignore:
Timestamp:
2024-03-10T09:38:44Z (15 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
e846bec
Parents:
192019f
Message:

moved to nic, fixed all except addressing

File:
1 edited

Legend:

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

    r192019f r6eab537d  
    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.