Ethereal-dev: [Ethereal-dev] Warning with packet-radius packet-cable stuff

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Mon, 20 Dec 2004 14:14:41 +0100
Hello,

I'm seeing the following warning:

packet-radius.c:3850: warning: implicit declaration of function 'ntohl'

and looking into the code, I see the following stuff, which looks a bit
weird to me:

3837:                packetcable_qos_flags = tvb_get_letohl(tvb, offset + 2);
...
3850:                packetcable_qos_flags = ntohl(packetcable_qos_flags);

Can whoever wrote this code please have a look at it?

 ciao
   Joerg

-- 
Joerg Mayer                                           <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.