|
To create a new mapper, use the newmapper command. the mapperName must be the name of a mapper (as returned by the mappers
command). You can create only one instance of a type of mapper per packet (i.e. with the same name). By default, the new
mapper is automatically appended to the last mapper (offset computed by GASP), but you can force the offset by
using the -offset option. When creating a mapper, you can write the memory to default values (as specified in the
protocol definition) using the -setdefaults option.
To delete a mapper, use the deletemapper command. If no name is given, all the mappers are deleted (the deletion of
a mapper does not affect the packet memory).
To list the mappers currently applied to a packet, use the mappers command. |