Changeset e846bec in mainline for uspace/lib/pcap/include/pcap.h
- Timestamp:
- 2024-03-10T10:46:00Z (10 months ago)
- Children:
- e4cc266
- Parents:
- 325ea9c (diff), 6eab537d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcap/include/pcap.h
r325ea9c re846bec 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.