Hello,
Moloch is running on a single host I imported a 100MB pcap file using moloch-capture.
Client: 192.168.1.10
Server: 192.168.1.1
When I apply this filter in Moloch:
ip ==192.168.1.10 && port == 3132 Moloch shows me 18 Packets from 192.168.1.10 to 192.168.1.1.
I opened same file in Wireshark and applied this filter
ip.addr == 192.168.1.10 && tcp.port == 3132 Wireshark shows 34 packets.
Moloch isn't showing the other 16 packets where were from 192.168.1.1 to 192.168.1.10.
Also, how do I read the Bytes column? What are the 2 numbers like 0/1080?
Thanks