Ticket #118 (new defect)

Opened 2 years ago

Last modified 1 year ago

Hachoir already cuts the description in the core

Reported by: alex+hachoir+trac@alexanderweb.de Assigned to: haypo
Priority: highest Milestone:
Component: core Keywords:
Cc: alex+hachoir+trac@alexanderweb.de

Description

It is not possible to reveal the full contents of a byte field in the frontend because the core already trims down the contents ... I want to have a possibiliy to see the raw contents of a byte string in the urwid version. I manually removed the field trimming in the hachoir-core code and it worked.

Attachments

Change History

02/05/07 10:05:37 changed by haypo

We need an arbitrary limit since we open filed bigger than 10 MB. I'm working on 1 GB and 70 GB files :-) You may edit hachoir_core.config to change the arbitrary limits. We may create a system to allow user to change the limits in a file like ~/.hachoir/hachoir_core.conf

02/05/07 12:14:44 changed by xorAxAx

Well, hachoir shouldn't load the whole data blob but offer a stream like API so the frontend could write it to a file or display it page wise.

07/17/07 23:13:31 changed by haypo

  • priority changed from normal to highest.

07/17/07 23:29:34 changed by xorAxAx (reporter)

Hi there, you pointed out that I can save blobs to a file nowadays, I think thats enough for me.


Add/Change #118 (Hachoir already cuts the description in the core)