1. NAME

eth_type_trans - determine the packetAqs protocol ID.

2. SYNOPSIS

__be16 eth_type_trans(struct sk_buff *  skb , struct net_device *  dev );

3. ARGUMENTS

skb
    received socket data

dev
    receiving network device

4. DESCRIPTION

The rule here is that we assume 802.3 if the type field is short enough to be a length. This is normal practice and works for any Aqnow in useAq protocol.

5. COPYRIGHT