Ask Your Question
0

Import Google chrome net export

asked 2022-02-13 05:27:05 +0000

beluga gravatar image

chrome://net-export can make a dump of chrome network history, and the easiest way to use network captures on chromebooks and other chrome os devices. Please look in to this further.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2022-02-13 16:49:20 +0000

André gravatar image

A feature or enhancement request can be done via https://gitlab.com/wireshark/wireshark by opening an 'issue' of type 'FeatureRequest'. See https://wiki.wireshark.org/WishList .

The net-export function of Chrome creates a JSON that is not understood by Wireshark. For analysis you can use the netlog_viewer instead.

The JSON contains all kinds of information about Chrome itself (i.e. DNS and disk cache, used modules), so it looks to me more like a debugging tool than a true network capturing tool.

edit flag offensive delete link more

Comments

The bytes are in base64. A little script magic and they could be read into Wireshark with text2pcap.

{"params":{"address":"192.168.200.1:53","byte_count":187,"bytes":"fJKBgAABAAEAAQAACHNub3dwbG93A3RyeAZnaXRsYWIDbmV0AABBAAHADAAFAAEAAAB4ADQWc25vd3Bsb3dhbGItMTAxMTcyOTQyOAl1cy1lYXN0LTEDZWxiCWFtYXpvbmF3cwNjb20AwEwABgABAAAAPABGB25zLTExMTkJYXdzZG5zLTExA29yZwARYXdzZG5zLWhvc3RtYXN0ZXIGYW1hem9uwGQAAAABAAAcIAAAA4QAEnUAAAAAPA=="},


0000   7c 92 81 80 00 01 00 01 00 01 00 00 08 73 6e 6f
0010   77 70 6c 6f 77 03 74 72 78 06 67 69 74 6c 61 62
0020   03 6e 65 74 00 00 41 00 01 c0 0c 00 05 00 01 00
0030   00 00 78 00 34 16 73 6e 6f 77 70 6c 6f 77 61 6c
0040   62 2d 31 30 31 31 37 32 39 34 32 38 09 75 73 2d
0050   65 61 73 74 2d 31 03 65 6c 62 09 61 6d 61 7a 6f
0060   6e 61 77 73 03 63 6f 6d 00 c0 4c 00 06 00 01 00
0070   00 ...
(more)
Chuckc gravatar imageChuckc ( 2024-11-22 04:19:37 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2022-02-13 05:27:05 +0000

Seen: 914 times

Last updated: Feb 13 '22