Ticket #33 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

Reinterpret a file while Hachoir is parsing it

Reported by: haypo Assigned to: cyril
Priority: normal Milestone:
Component: ui-wx Keywords:
Cc:

Description

Problem: be able to change a field size, type, name, description. Or also to delete, add or replace a field. Typical example, replace:

RawBytes?("raw", 1000)

with

UInt32("a") UInt32("b") RawBytes?("raw", 992)

Attachments

Change History

(in reply to: ↑ description ) 09/28/06 04:04:10 changed by Cyril

Perhaps it's a better idea to focus on changing size+type first, because it's the most useful "reinterpretation" feature, whereas field deletion may be much less common...

Replying to haypo:

Problem: be able to change a field size, type, name, description. Or also to delete, add or replace a field. Typical example, replace: RawBytes?("raw", 1000) with UInt32("a") UInt32("b") RawBytes?("raw", 992)

10/30/06 17:00:02 changed by haypo

  • owner set to cyril.
  • component set to hachoir-wx.

11/16/06 06:42:53 changed by cyril

Added conversion from-to static size field types. There are some problems with variable size type conversion (mostly small annoying ones.)


Add/Change #33 (Reinterpret a file while Hachoir is parsing it)