Opened 15 years ago
Closed 15 years ago
#30 closed enhancement (fixed)
Print also text representation of GPL
Reported by: | Dan Lukes | Owned by: | Dan Lukes |
---|---|---|---|
Priority: | minor | Milestone: | Release 5.40 |
Component: | all | Version: | 5.39 |
Keywords: | GPL print hexdump | Cc: |
Description
-l gplog,... now print the HEX representation of data. It may be interesting to see text representation also.
The attached patch add this feature.
The output format is now hd or tcpdump like ...
Please review, if nobody against it I will commit it.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
No objections.
Please keep the comment about 'xxd -r' compatibility. Reverse conversion from hexdump into binary still works with xxd, see man page for an example.