VirtualBox

Changeset 38069 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 19, 2011 12:44:28 PM (13 years ago)
Author:
vboxsync
Message:

NAT: logs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/ip_output.c

    r37936 r38069  
    189189        memcpy(eh->h_source, eth_dst, ETH_ALEN);
    190190
     191        LogFlowFunc(("ip(ip_src:%RTnaipv4, ip_dst:%RTnaipv4)\n",
     192                     ip->ip_src, ip->ip_dst));
    191193        if_encap(pData, ETH_P_IP, m, urg? ETH_ENCAP_URG : 0);
    192194        goto done;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette