123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #ifndef __PCAP_TC_H__
- #define __PCAP_TC_H__
- #ifndef C_ASSERT
- #define C_ASSERT(a)
- #endif
- #include <TcApi.h>
- pcap_t *
- TcCreate(const char *device, char *ebuf, int *is_ours)
- int
- TcFindAllDevs(pcap_if_list_t *devlistp, char *errbuf)
- #endif
|