Add wpcap for cygwin/Windows native border router
This commit is contained in:
parent
777cc88872
commit
b251619a2f
7 changed files with 139 additions and 21 deletions
|
@ -269,7 +269,11 @@ write_to_serial(int outfd, const uint8_t *inbuf, int len)
|
|||
int i;
|
||||
|
||||
if(slip_config_verbose > 2) {
|
||||
#ifdef __CYGWIN__
|
||||
printf("Packet from WPCAP of length %d - write SLIP\n", len);
|
||||
#else
|
||||
printf("Packet from TUN of length %d - write SLIP\n", len);
|
||||
#endif
|
||||
if(slip_config_verbose > 4) {
|
||||
#if WIRESHARK_IMPORT_FORMAT
|
||||
printf("0000");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue