From 127d84b43cb25c22c94da5015d7108122accd85d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 26 Mar 2011 22:42:09 +0100 Subject: Initial check-in of ETSI MAP specification ASN.1 extractor This program can extract the raw ASN.1 source from the MS Word for DOS file of the MAP ASN.1 spec, such as 380-6.DOC which is part of http://ftp.3gpp.org/specs/archive/09_series/09.02/0902-380.zip --- word_file_fmt.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 word_file_fmt.c (limited to 'word_file_fmt.c') diff --git a/word_file_fmt.c b/word_file_fmt.c new file mode 100644 index 0000000..4c7d4ac --- /dev/null +++ b/word_file_fmt.c @@ -0,0 +1,4 @@ +#include + +const uint8_t word_file_magic[] = { 0x31, 0xBE, 0x00, 0x00 }; + -- cgit v1.2.3