Commit Graph

18 Commits

Author SHA1 Message Date
Přemysl Eric Janouch d22959cdd3
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 04:11:24 +02:00
Přemysl Eric Janouch a2e5661133
Add a partial decoder for PDF 2017-11-19 21:51:53 +01:00
Přemysl Eric Janouch 59f1a85d1b
gzip.lua: fix variable scope 2017-11-14 03:23:45 +01:00
Přemysl Eric Janouch 96f426f862
Add gzip.lua 2017-05-29 15:52:53 +02:00
Přemysl Eric Janouch 3f39679a16
zlib.lua: fix endianity 2017-05-29 15:48:17 +02:00
Přemysl Eric Janouch e6e1c19bad
Add a partial decoder for RFC 1950: ZLIB 2017-05-21 21:10:37 +02:00
Přemysl Eric Janouch 00d52aa37b
pcap.lua: fix decoding
Which didn't work before at all.
2017-02-07 16:29:08 +01:00
Přemysl Eric Janouch 6a845e40b4
Add a partial decoder for ZIP 2017-02-05 22:29:55 +01:00
Přemysl Eric Janouch 9d81b137e7
pcap.lua: slight cleanup
Should be a tiny bit faster, too.
2017-01-27 00:05:50 +01:00
Přemysl Eric Janouch f4a462bd43
Add a partial decoder for PCAPNG 2017-01-26 22:38:15 +01:00
Přemysl Eric Janouch ebf21a5e1c
Add a dummy plugin to disable interpretation 2017-01-26 22:26:14 +01:00
Přemysl Eric Janouch b3bb187233
Add a partial decoder for PCAP 2017-01-26 22:18:53 +01:00
Přemysl Eric Janouch daf17a52b0
bencode.lua: fix formatting 2017-01-26 22:18:53 +01:00
Přemysl Eric Janouch a6946be947
Add a partial decoder for VDI 2017-01-26 22:18:53 +01:00
Přemysl Eric Janouch b4cc98e63c
Add a decoder for bencode 2017-01-22 14:25:09 +01:00
Přemysl Eric Janouch b368d11415
elf.lua: decode section headers 2017-01-18 02:35:55 +01:00
Přemysl Eric Janouch 52411d0a2e
elf.lua: decode program headers 2017-01-18 00:25:03 +01:00
Přemysl Eric Janouch 1c1facb836
Add a WIP plugin for ELF files 2017-01-17 15:51:08 +01:00