Hello, I have tried following: Statistics -> HTTP -> Load Distribution, setting the filter "tcp.port == 80", then I get in the dialog that pops up HTTP urls that were/are called in the network (promiscuous mode is of course on). I see when someone on the network calls address by name, but I can not differentiate who called the address. Is there any easy way how to filter out traffic on the network in form of table, which could possibly look like this? | Time | Domain/url address visited | IP of who visited the address | Thanks in advance for any help provided! asked 27 Sep '15, 12:34 ddaniel |
One Answer:
You can use tshark for that:
Regards answered 27 Sep '15, 23:47 Kurt Knochner ♦ |
Thanks for the reply but - is this tshark version specific? It tells me that "Separator" can not be used with option=value pair. Can you provide me with further assistance please?