Changeset 6eab537d in mainline for uspace/app/pcapctl/main.c


Ignore:
Timestamp:
2024-03-10T09:38:44Z (2 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
e846bec
Parents:
192019f
Message:

moved to nic, fixed all except addressing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcapctl/main.c

    r192019f r6eab537d  
    4040
    4141#define NAME "pcapctl"
    42 
    43 #define LOGGER(msg, ...) \
    44      fprintf(stderr, \
    45          "[PCAP %s:%d]: " msg "\n", \
    46          __FILE__, __LINE__, \
    47          ##__VA_ARGS__\
    48      )
    4942
    5043pcapctl_sess_t sess;
Note: See TracChangeset for help on using the changeset viewer.