Changeset c7bd3f9e in mainline for uspace/lib/pcap/src/pcap.c


Ignore:
Timestamp:
2024-12-13T08:33:36Z (15 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
fc2d593
Parents:
6c60a7c
git-author:
Nataliia Korop <n.corop08@…> (2024-04-16 09:58:50)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:33:36)
Message:

inetsrv: comments, linktype 101: ugly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcap/src/pcap.c

    r6c60a7c rc7bd3f9e  
    5959{
    6060        pcap_file_header_t file_header = { PCAP_MAGIC_MICRO, PCAP_MAJOR_VERSION, PCAP_MINOR_VERSION,
    61                 0x00000000, 0x00000000, (uint32_t)PCAP_SNAP_LEN, (uint32_t)PCAP_LINKTYPE_ETHERNET };
     61                0x00000000, 0x00000000, (uint32_t)PCAP_SNAP_LEN, (uint32_t)PCAP_LINKTYPE_IP_RAW };
    6262        writer->ops->write_buffer(writer, &file_header, sizeof(file_header));
    6363}
Note: See TracChangeset for help on using the changeset viewer.