From: hunz Date: Sat, 22 Mar 2003 09:49:25 +0000 (+0000) Subject: jorr X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Fdfb-slides.git;a=commitdiff_plain;h=b151283c5095fe1362b981ade94e824a6fc6ec66 jorr --- diff --git a/parse.pl b/parse.pl index ff374bc..0f07155 100755 --- a/parse.pl +++ b/parse.pl @@ -4,6 +4,7 @@ chomp @content; @slide=(); +@topics=(); @actions=( "", "slide top", @@ -27,8 +28,6 @@ while() { } close(IN); -@topics=(); - foreach(@content) { if((/^\d/) or (/^ \d/)) { push(@topics,$_); @@ -55,6 +54,7 @@ push(@content," 23"); foreach(@content) { s/\#.*//; + if(not /^\s+$/) { s/&/&/g; s//>/; @@ -118,5 +118,6 @@ foreach(@content) { push(@slide,$_); } } +} print "\n"; \ No newline at end of file diff --git a/wlan2/wlan2.xml b/wlan2/wlan2.xml index 8d45221..3bdfaa3 100644 --- a/wlan2/wlan2.xml +++ b/wlan2/wlan2.xml @@ -39,13 +39,7 @@ 3.4 WEP (RC4) - -
1 802.11b Aufbau
- - -
- - +
1.1 Frame Aufbau
@@ -62,7 +56,7 @@ Frame Body (nur in Daten Frames)
- +
1.2 Die wichtigsten Frametypen
@@ -71,7 +65,6 @@ Beacon Frames (alle 100ms) AP announced sich und seine Capabilities STAs ermitteln aus Beacon Frames die Signalstaerke - Probe Request/Response Req: STA sendet Request, dieser enthaelt SSID und unterstuetzte Datenraten @@ -111,19 +104,18 @@ Ethernet -> Ethernet (FT) (WDS)
- +
2.1 Ad-Hoc
Jede STA sendet Beacons - keine Authentications oder Associations kein DS (und damit kein bridging) moeglich
- +
2.2 Managed
1: Client erkennt AP via Probe Request / Response @@ -132,7 +124,7 @@ 4: AP stellt Verbindung zum DS her
- +
2.3 Wireless Distribution Systems (WDS)
@@ -146,7 +138,7 @@ Beispiel: Koenigsplatz, IHK (CityWave)
- +
3.1 Wardriven im Monitoring Mode
@@ -157,7 +149,7 @@ gibt alle empfangenen Pakete ungefiltertert an den Host weiter
- +
3.2 Hidden SSIDs
@@ -173,7 +165,7 @@ STA durch gespoofte Disassociation zum associaten zwingen
- +
3.3 Access Control Lists (ACLs)
@@ -183,7 +175,7 @@ Freigeschaltete MAC uebernehmen
- +
3.4 WEP (RC4)