forked from picty/parsifal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissues.txt
More file actions
43 lines (37 loc) · 2.54 KB
/
Copy pathissues.txt
File metadata and controls
43 lines (37 loc) · 2.54 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#Milestone Issue Description Status Assignee Labels
v0.2 1 Describe TAR step by step open yeye doc
v0.2 2 Describe PNG step by step open yeye doc
v0.2 3 Describe DNS step by step open yeye doc
v0.2 4 Write a tutorial open yeye doc
v0.2 5 Create a Changelog closed yeye doc
v0.2 6 Described the formats and protocols implemented closed yeye doc
v0.2 13 Debug features: use container real names closed yeye stdlib,enhancement
v0.2 15 Add string_input_of_stdin closed yeye stdlib,enhancement
v0.2 18 A README would be nice closed yeye doc
v0.2 19 An INSTALL would be nice closed yeye doc
NoLwt 20 Remove Lwt specific code from the preprocessor/stdlib closed yeye preprocessor,stdlib
NoLwt 21 Create a Lwt wrapper to handle stream parsing open yeye stdlib
NoLwt 31 OOB exception should return a hint on the exp. length open yeye stdlib
v0.3 7 Write a white paper open yeye doc
v0.3 8 Write some HTML to provide a decent website open yeye doc
v0.3 9 Create a mailing list open yeye
v0.3 10 New option "prefix" for enum/union constructors open yeye preprocessor,enhancement
v0.3 11 Allow for more flexible enum patterns closed yeye preprocessor,enhancement
v0.3 12 Allow direct access to fields in dump functions open yeye preprocessor,bug
v0.3 16 Debug features: give better info on partial parsings open yeye preprocessor,enhancement
v0.3 17 Debug features: add an hex tool to interpret histories open yeye enhancement
UNIT 22 Write unit tests for parsifal_syntax open yeye tests
UNIT 23 Write unit tests for parsifal_core open yeye tests
UNIT 24 Generic framework to test format/protocol descriptions open yeye tests
REC 25 Rewrite the internal structure handling PTypes open yeye preprocessor,enhancement
REC 26 Use string_of_t function when available in value_of open yeye preprocessor,enhancement
REC 27 Allow for partial function overload in PType defintion open yeye preprocessor,enhancement
REC 28 Create a new "depend" option to explicit dependencies open yeye preprocessor,enhancement
REC 29 New "custom" construction open yeye preprocessor,enhancement
REC 30 Add support in the preprocessor for recursive types open yeye preprocessor,enhancement
- 14 Allow for non-constant constructors in enum open yeye preprocessor,enhancement
- 32 Support of pcapng open yeye enhancement
- 33 SSL/TLS client open yeye enhancement
- 34 SSL/TLS server open yeye enhancement
- 35 Parsifal does not compile on 32-bit systems open yeye bug,stdlib
- ?? Handle BER/DER correctly open yeye bug,stdlib,preprocessor