zhaopuming / quickfast

Automatically exported from code.google.com/p/quickfast
Other
1 stars 0 forks source link

InterpretApplication does not decode raw files with size less than 1500 byte #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use quickfast_win_src_1_5_0.zip from 
http://code.google.com/p/quickfast/downloads/list

1. InterpretApplication.exe -t templates.xml -file small.dump > out.log
Size of out.log is 0 bytes.

2. InterpretApplication.exe -t templates.xml -file big.dump > out.log
Size of out.log is 19256 bytes.

You can find in attach:
1. small.dump have one FAST packet
2. big.dump have 3 FAST packets
3. templates.xml

Original issue reported on code.google.com by mym...@gmail.com on 25 Dec 2013 at 2:33

Attachments: