Changeset 1cc8b42 in mainline for uspace/srv/ethip/ethip.c


Ignore:
Timestamp:
2012-02-27T20:34:58Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f9d3dd4
Parents:
56792a2
Message:

Correct IP checksum and identification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ethip/ethip.c

    r56792a2 r1cc8b42  
    223223                break;
    224224        default:
    225                 log_msg(LVL_DEBUG, "Unknown ethertype %" PRIu16,
     225                log_msg(LVL_DEBUG, "Unknown ethertype 0x%" PRIx16,
    226226                    frame.etype_len);
    227227        }
Note: See TracChangeset for help on using the changeset viewer.