First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Enhancing export objects for TSHARK

Is there any due date (or plans at all) to enhance the export objects for TSHARK? Currently the UI provides lots of critical data such as the packet number, file name, content type etc But this isn't reflected in TSHARK

Thanks in advance

DBOT's avatar
1
DBOT
asked 2020-07-06 07:31:26 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

There are no "plans" as such, folks work on whatever they need at the time.

Work in progress can be seen on the Wireshark Gerrit site.

Requests for changes can be added to the Wireshark bugzilla site as enhancement requests, please check for an existing request before adding a new one.

Any display filter field can be output by tshark, and some objects can be exported, e.g.

tshark --export-objects help
tshark: The available export object types for the "--export-objects" option are:
     dicom
     http
     imf
     smb
     tftp

but your question isn't clear as it mixes fields, e.g. packet number and filename, can you clarify what output you''re looking for?

grahamb's avatar
23.8k
grahamb
answered 2020-07-06 07:46:09 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks for your answer My intention is that when exporting the objects with TSHARK we dont get all data we see in the UI export objects UI So we dont know from which file is related to which packet/IP

DBOT's avatar DBOT (2020-07-06 07:59:43 +0000) edit

The "Export Object" mechanism - in both Wireshark and TShark - is intended to save the raw content of files transferred over a network protocol; that means it can't put that information into the file itself.

It could put it into the name of the file into which the object is saved but that's it. If you'd like it to do so, make a request for a change, as @grahamb said.

Guy Harris's avatar Guy Harris (2020-07-06 08:41:57 +0000) edit

I'll add a request than thank you!

DBOT's avatar DBOT (2020-07-06 09:09:01 +0000) edit

Similar question here but can't find anything in Bugzilla to match it.

Chuckc's avatar Chuckc (2020-07-06 14:18:13 +0000) edit

Add a Feature request https://bugs.wireshark.org/bugzilla/s... Thanks everyone

DBOT's avatar DBOT (2020-07-07 11:04:13 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer