Ignore:
Timestamp:
2024-12-13T08:33:36Z (10 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/include/pcap_iface.h

    r6c60a7c rc7bd3f9e  
    4848extern void pcap_close_file(void);
    4949extern errno_t pcap_iface_init(pcap_iface_t *);
     50//init to file
     51//init to serial
     52//add packet, dostane strukturu, data, velikost ... to to this pcap_iface_t
     53// v ramci init jeste linktype prg
     54//set snaplen taky lze pridavat prg
     55//create kam posila
     56// init
    5057extern errno_t pcap_init(const char *);
    5158extern void pcap_add_packet(const void *data, size_t size);
Note: See TracChangeset for help on using the changeset viewer.