home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
CHIPCD_2_2000.iso
/
software
/
testsoft
/
anasil
/
_SETUP.1
/
AEP.DEC
< prev
next >
Wrap
Text File
|
1999-03-09
|
975b
|
38 lines
; ************************************************************************
;
; Plik z definicjami dekodera ramek dla AEP (Appletalk)
;
; ************************************************************************
;-----------------------------------------------------------
;
; Tablice translacji - linie maja format
; <liczba hex|liczba dec>,"tekst"
[# AEP_TYPE ]
Translate( 0x0001,"Echo request" )
Translate( 0x0002,"Echo reply" )
;-----------------------------------------------------------
;
; Definicje fragmentow ramek
;
; Kazda linia ma nastepujacy format:
; Linia,Kolumna,Max.Szerokosc wartosci,Label,Format.Zmienna[,id tablicy translacji (tylko dla typow numerycznych)]
;
[$ AEP_FRAME_DEF ]
Layer( "AEP header","AEP" )
Field( 1,0,5,"AEP type:","%s", Byte(0), AEP_TYPE )
;-----------------------------------------------------------
;
; Sekcje komend
;
[^ AEP_Frame]
expand(AEP_FRAME_DEF)
goto( Undecoded )