[Support] Linuxserver.io - Wireshark


Recommended Posts

linuxserver_medium.png?v=4&s=4000

 

Application Name: Wireshark
Application Site: https://www.wireshark.org/
Docker Hub: https://hub.docker.com/r/linuxserver/wireshark/
Github: https://github.com/linuxserver/docker-wireshark

 

Please post any questions/issues relating to this docker you have in this thread.

If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.

Link to comment

I just spun up this docker and am getting a 519 error. I noticed that this loaded to port 3000, the same port i have grafana on. I moved it and then got the below error. Obviously I'd prefer to customize wireshark so that i can leave my existing dockers as they are. Can you provide an example on how to change the port allocations for wireshark in the unraid docker template?

 

image.png

Link to comment
36 minutes ago, mihcox said:

I just spun up this docker and am getting a 519 error. I noticed that this loaded to port 3000, the same port i have grafana on. I moved it and then got the below error. Obviously I'd prefer to customize wireshark so that i can leave my existing dockers as they are. Can you provide an example on how to change the port allocations for wireshark in the unraid docker template?

 

This app is set to run as network type "host".  IE: Any and all port mappings are irrelevant (and there are no port mappings within the template to boot).  What you presumably did what change the webUI entry which would have no affect, and would wind up pointing it at grafana.

 

If you need to move the the applicable port that the app is running on, you either need to change the network type to be "Bridge" and add any and all port(s) it uses (it would need at the minimum port 3000), or specify a custom IP address for it to be on (not sure if that would affect the function of the container or not).

 

First thoughts though is that this app needs to be run as host, and you should fix the problem at grafana instead

Link to comment
1 hour ago, mihcox said:

I just spun up this docker and am getting a 519 error. I noticed that this loaded to port 3000, the same port i have grafana on. I moved it and then got the below error. Obviously I'd prefer to customize wireshark so that i can leave my existing dockers as they are. Can you provide an example on how to change the port allocations for wireshark in the unraid docker template?

 

image.png

As squid says, this container needs host networking. It is a network sniffing tool and isn't any good if it can't listen to the network.

 

So either change grafana to another port or set this container to use its own IP.

Link to comment
  • 6 months later...

Hi,

did some quick investigation on this looking into @folic86's issue, and the packet capture data is being written directly to the container itself.

My experience: 

  • 10min of packet capture blew up the container size by 2GB
  • stopping packet capture, stopped the container from increasing in size further
  • forcing a container update returned the container size to normal.

I would imagine this data path would be best pushed to appdata folder or a share etc.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.