| Sam Ravnborg | 6a2e9b7 | 2005-07-11 21:13:56 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # Packet configuration | 
 | 3 | # | 
 | 4 |  | 
 | 5 | config PACKET | 
 | 6 | 	tristate "Packet socket" | 
 | 7 | 	---help--- | 
 | 8 | 	  The Packet protocol is used by applications which communicate | 
 | 9 | 	  directly with network devices without an intermediate network | 
 | 10 | 	  protocol implemented in the kernel, e.g. tcpdump.  If you want them | 
 | 11 | 	  to work, choose Y. | 
 | 12 |  | 
 | 13 | 	  To compile this driver as a module, choose M here: the module will | 
 | 14 | 	  be called af_packet. | 
 | 15 |  | 
 | 16 | 	  If unsure, say Y. | 
| Pavel Emelyanov | 96ec632 | 2012-08-13 05:53:28 +0000 | [diff] [blame] | 17 |  | 
 | 18 | config PACKET_DIAG | 
 | 19 | 	tristate "Packet: sockets monitoring interface" | 
 | 20 | 	depends on PACKET | 
 | 21 | 	default n | 
 | 22 | 	---help--- | 
 | 23 | 	  Support for PF_PACKET sockets monitoring interface used by the ss tool. | 
 | 24 | 	  If unsure, say Y. |