Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* listen -utility vs. aprsd and its treatment of AX.25 sockets..
@ 2007-11-06 20:52 Matti Aarnio
  2007-11-06 21:04 ` Hamish Moffatt
  0 siblings, 1 reply; 2+ messages in thread
From: Matti Aarnio @ 2007-11-06 20:52 UTC (permalink / raw)
  To: linux-hams



   rx_socket = socket(PF_PACKET, SOCK_PACKET, htons(proto));

   tx_socket = socket(PF_AX25, SOCK_DGRAM, 0)


Where the 'proto' is either ETH_P_AX25  or ETH_P_ALL.


In the  'listen'  utility the proto is  ETH_P_AX25  unless '-a' option
is given, then it is ETH_P_ALL.  In  'aprsd' it is always ETH_P_ALL.


Given explanation is that ETH_P_AX25 sees only incoming packets, while
ETH_P_ALL sees also outgoing ones.   Presuming that I am only interested
in AX.25 packets but do want to know also outgoing frames, which one
I should use -- or is the commentary on this utilities sources wrong ?

  73 de Matti, OH2MQK

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-06 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 20:52 listen -utility vs. aprsd and its treatment of AX.25 sockets Matti Aarnio
2007-11-06 21:04 ` Hamish Moffatt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox