[ale] kernel: NET: Registered protocol family 17

Jamey Owens vindir at comcast.net
Thu May 10 00:59:52 EDT 2007


Heya,

I think that ianna the references are just the decimal values used in the 
packet header to identify the protocol.

If you check out the socket.h header file in the kernel all the families are 
listed out.  Family 17 is AF_PACKET

Full list of families:
#define AF_UNSPEC       0
#define AF_UNIX         1       /* Unix domain sockets          */
#define AF_LOCAL        1       /* POSIX name for AF_UNIX       */
#define AF_INET         2       /* Internet IP Protocol         */
#define AF_AX25         3       /* Amateur Radio AX.25          */
#define AF_IPX          4       /* Novell IPX                   */
#define AF_APPLETALK    5       /* AppleTalk DDP                */
#define AF_NETROM       6       /* Amateur Radio NET/ROM        */
#define AF_BRIDGE       7       /* Multiprotocol bridge         */
#define AF_ATMPVC       8       /* ATM PVCs                     */
#define AF_X25          9       /* Reserved for X.25 project    */
#define AF_INET6        10      /* IP version 6                 */
#define AF_ROSE         11      /* Amateur Radio X.25 PLP       */
#define AF_DECnet       12      /* Reserved for DECnet project  */
#define AF_NETBEUI      13      /* Reserved for 802.2LLC project*/
#define AF_SECURITY     14      /* Security callback pseudo AF */
#define AF_KEY          15      /* PF_KEY key management API */
#define AF_NETLINK      16
#define AF_ROUTE        AF_NETLINK /* Alias to emulate 4.4BSD */
#define AF_PACKET       17      /* Packet family                */
#define AF_ASH          18      /* Ash                          */
#define AF_ECONET       19      /* Acorn Econet                 */
#define AF_ATMSVC       20      /* ATM SVCs                     */
#define AF_SNA          22      /* Linux SNA Project (nutters!) */
#define AF_IRDA         23      /* IRDA sockets                 */
#define AF_PPPOX        24      /* PPPoX sockets                */
#define AF_WANPIPE      25      /* Wanpipe API Sockets */
#define AF_LLC          26      /* Linux LLC                    */
#define AF_TIPC         30      /* TIPC sockets                 */
#define AF_BLUETOOTH    31      /* Bluetooth sockets            */
#define AF_MAX          32      /* For now.. */


-JO


----- Original Message ----- 
From: "Daniel Kahn Gillmor" <dkg at fifthhorseman.net>
To: ale at ale.org
To: "Atlanta Linux Enthusiasts" <ale at ale.org>
Sent: Wednesday, May 09, 2007 4:34 PM
Subject: Re: [ale] kernel: NET: Registered protocol family 17


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wed 2007-05-09 16:06:16 -0400, Jim Popovitch wrote:
>
>> What does "protocol family 17" mean in the following syslog message:
>>
>>    May  8 15:16:43 box5 kernel: NET: Registered protocol family 17
>
> i think it means UDP:
>
> http://www.iana.org/assignments/protocol-numbers
>
> hth,
>
>        --dkg
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>
>
> iD8DBQFGQjA6iXTlFKVLY2URAhGuAKDTzPP/WvMdfEMP7ZxC79nNZanySgCg7GLk
> lUcr9eBepU3AGTgreFNt+uU=
> =j39V
> -----END PGP SIGNATURE-----
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale 




More information about the Ale mailing list