This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

wireshark_gtk / tshark 2.3.0 export http objects error

0

Hi, I build wireshark from git yesterday. When I try to export http objects by command

tshark -r "file.pcapng" --export-objects "http,folder" -Q

I get this error

(process:18690): GLib-CRITICAL **: g_path_get_basename: assertion 'file_name != NULL' failed

Export object from gui interface wireshark_gtk have this issue as well.

My environment: GLib version v2.42.1, GTK+ v3.14.5, Raspbian Jessie.

Thank you!

asked 26 Feb '17, 06:16

zacklin's gravatar image

zacklin
11114
accept rate: 0%


One Answer:

0

It seems that this problem was reported as bug 13441 and has now been fixed.

answered 27 Feb '17, 09:15

cmaynard's gravatar image

cmaynard ♦♦
9.4k1038142
accept rate: 20%

Yep, actually it was me XD.

(27 Feb '17, 10:44) zacklin