Changeset 9ce251c7 in mainline for uspace/lib/pcap/include/pcap.h
- Timestamp:
- 2024-12-13T08:32:55Z (10 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcap/include/pcap.h
r91042127 r9ce251c7 64 64 uint32_t snaplen; 65 65 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; 67 67 68 68 typedef struct pcap_packet_header {
Note:
See TracChangeset
for help on using the changeset viewer.