Getting this with Sun's Forte compiler:

"./print-fr.c", line 257: warning: unreachable case label: 2048

        switch (protocol) {

        case NLPID_IP:
        case ETHERTYPE_IP:

apparently because protocol is u_char and ETHERTYPE_IP is 0x0800.
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to