Ask Your Question
0

Installing and running different versions of Wireshark

asked 2019-04-11 14:19:48 +0000

KeithPerry gravatar image

updated 2019-04-11 16:15:43 +0000

grahamb gravatar image

I'm running the latest Windows version (Version 3.0.1 (v3.0.1-0-gea351cd8). Unfortunately there appears to be some issue when viewing certain DOCSIS MAC Management messages which appear on an older version, say 2.6.6. I would like to install an be able to run both so when I encounter this issue - I can simply bring up the older version to view the frames that 3.0.1 and later have issues with. What's the best way to do this? I installed 3.0.1 with WinPcap Compatability mode not selected, i.e. npcap mode, so I should be OK there.

edit retag flag offensive close merge delete

Comments

Any particular reason for using WinPcap mode? Currently it doesn't really make much difference, but in future it may do so, and I'd like to understand any reasons behind your choice.

grahamb gravatar imagegrahamb ( 2019-04-11 15:03:03 +0000 )edit

I meant with WinPcap Compatability mode not selected. Here's what i have in my notes:

If compatability mode is not selected, Npcap is installed in a different location C:\Windows\System32\Npcap with a different service name npcap so that both drivers can coexist on the same system. In this case, applications which only know about WinPcap will continue using that, while other applications can choose to use the newer and faster Npcap driver instead.

KeithPerry gravatar imageKeithPerry ( 2019-04-11 15:12:47 +0000 )edit

OK, I understand.

grahamb gravatar imagegrahamb ( 2019-04-11 16:15:01 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-04-11 14:35:54 +0000

Ross Jacobs gravatar image

updated 2019-04-11 15:01:17 +0000

grahamb gravatar image

Caveat: If this DOCSIS bug is not documented, you should add it to the bug database.

Using multiple Wireshark installations

Create a directory for alternative installations ( On Windows, I would use "C:\Users\[you]\wiresharks" and on *nix, ~/wiresharks ). Install any other editions of Wireshark to this directory and add a desktop icon that points to Wireshark.exe in the new installation location (would be C:\Users\<you>\wiresharks).

On *nix, you can add something like this to your ~/.bashrc:

alias wireshark266='/home/<usr>/wiresharks/wireshark2.6.6/wireshark'

depending on where the wireshark binary is. On Macos, you may need to link to ~/wiresharks/Wireshark.app/contents/MacOS/wireshark instead.

edit flag offensive delete link more

Comments

Caveat: If this DOCSIS bug is not documented, you should add it to the bug database.

...or it might not get fixed.

Guy Harris gravatar imageGuy Harris ( 2019-04-11 19:18:42 +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: 2019-04-11 14:19:48 +0000

Seen: 1,051 times

Last updated: Apr 11 '19