File: fuzz_content_sniffer.dict

package info (click to toggle)
libsoup3 3.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,744 kB
  • sloc: ansic: 62,747; python: 208; xml: 97; sh: 84; makefile: 32; javascript: 5
file content (28 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# These are just directly copied from soup-content-sniffer.c
# and could surely be improved.

# UTF-16 BOM
"\xFE\xFF"
# UTF-8 BOM
"\xEF\xBB\xBF"
# webm
"\x1A\x45\xDF\xA3"
# audio
".snd"
# aiff
"FORM\x00\x00\x00\x00AIFF"
# mpeg
"ID3"
# ogg
"OggS\x00"
# midi
"MThd\x00\x00\x00\x06"
# wave
"RIFF\x00\x00\x00\x00WAVE"
# avi
"RIFF\x00\x00\x00\x00AVI "
# HTML
"<!DOCTYPE HTML"
"<HTML"
# XML
"<?xml"