Changeset fb31682 in mainline for uspace/lib/pcap/src/pcap.c
- Timestamp:
- 2024-12-13T08:44:05Z (10 months ago)
- Children:
- 87b490e3
- Parents:
- 28ed2d89
- git-author:
- Nataliia Korop <n.corop08@…> (2024-11-29 10:41:19)
- git-committer:
- Nataliia Korop <n.corop08@…> (2024-12-13 08:44:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcap/src/pcap.c
r28ed2d89 rfb31682 59 59 { 60 60 uint32_t magic_version = PCAP_MAGIC_MICRO; 61 if (nano) 62 { 61 if (nano) { 63 62 magic_version = PCAP_MAGIC_NANO; 64 63 }
Note:
See TracChangeset
for help on using the changeset viewer.