Wireshark-commits: [Wireshark-commits] master e655b9a: import: add export_pdu dummy header feature.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e655b9acf9855e831dcad1656c3b11ce70144277
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e655b9a by Dario Lombardo (lomato@xxxxxxxxx):
import: add export_pdu dummy header feature.
When importing a file from hex dump, this change adds a way to
add a custom dummy header. It's an export_pdu header which uses
one single tag: the protocol name. This allows to call directly
a dissector without more dummy headers.
Example: it can be used to call the DNS dissector without fake
eth/ip/udp headers.
Change-Id: I12fd6d09a131acd9bd1f0d7c4c8aefcd0d718b26
Reviewed-on: https://code.wireshark.org/review/30403
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d3f213c debian: install required GeoIP resolver executable and manual page
add e655b9a import: add export_pdu dummy header feature.
Summary of changes:
docbook/release-notes.asciidoc | 2 ++
docbook/wsug_src/WSUG_chapter_io.asciidoc | 4 +--
ui/qt/import_text_dialog.cpp | 59 +++++++++++++++++++++++++------
ui/qt/import_text_dialog.h | 5 ++-
ui/qt/import_text_dialog.ui | 17 +++++++++
ui/text_import.c | 38 +++++++++++++++++++-
ui/text_import.h | 4 ++-
7 files changed, 114 insertions(+), 15 deletions(-)