URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d72b29c1cb6daa0510cb0e721e4dd20645aa450f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d72b29c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
    Qt: Add import from hex dump without offsets
    
    Added support for importing from hex dump without offsets.
    This will create one packet with all hex values found in the file.
    
    Change-Id: I0414441721078befeb59aa6a87b9412646cfcf5c
    Reviewed-on: https://code.wireshark.org/review/15743
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  0acc76a   Fix typo in dissector doc
    adds  d72b29c   Qt: Add import from hex dump without offsets
Summary of changes:
 ui/qt/import_text_dialog.cpp |    9 +++++++++
 ui/qt/import_text_dialog.h   |    1 +
 ui/qt/import_text_dialog.ui  |   22 ++++++++++++++++++++++
 ui/text_import.c             |   10 +++++++++-
 4 files changed, 41 insertions(+), 1 deletion(-)