Zentrale öffentliche Logbücher

Zur Navigation springen Zur Suche springen

Dies ist die kombinierte Anzeige aller in Primatenwiki geführten Logbücher. Die Ausgabe kann durch die Auswahl des Logbuchtyps, des Benutzers oder des Seitentitels eingeschränkt werden (Gross-/Kleinschreibung muss beachtet werden).

Logbücher
  • 18:13, 8. Jan. 2025 Rbritt Diskussion Beiträge erstellte die Seite Linux Netzwerk Programmierung (Die Seite wurde neu angelegt: «== Access to the raw Ethernet Device == How do I get access to the raw ethernet device in linux, without going through TCP/IP and friends? int s=socket(AF_INET,SOCK_PACKET,htons(ETH_P_ALL)); This gives you a socket receiving every protocol type. Do recvfrom() calls to it and it will fill the sockaddr with device type in sa_family and the device name in the sa_data array. I don't know who originally invented SOCK_PACKET for Linux (its been in for ages) bu…»)