masterthesis/acronyms.tex

37 lines
625 B
TeX
Raw Normal View History

2021-02-03 10:44:28 +01:00
\DeclareAcronym{html}{
short = HTML,
long = hyper text markup language
}
2021-10-18 12:59:29 +02:00
\DeclareAcronym{p2p}{
short = {{P2P}},
long = {{peer-to-peer}}
}
\DeclareAcronym{c2}{
short = {{C2 server}},
long = {{command and control server}}
}
\DeclareAcronym{irc}{
short = {{IRC}},
long = {{internet relay chat}}
}
\DeclareAcronym{http}{
short = {{HTTP}},
long = {{hypertext transfer protocol}}
}
\DeclareAcronym{ddos}{
short = {{DDoS}},
long = {{distributed denial of service}}
}
\DeclareAcronym{dga}{
short = {{DGA}},
long = {{domain generation algorithm}}
}
% vim: set filetype=tex ts=2 sw=2 tw=0 et :