| Bug ID |
12076
|
| Summary |
Excessive memory usage my tshark
|
| Product |
Wireshark
|
| Version |
1.10.6
|
| Hardware |
x86
|
| OS |
Mac OS X 10.11
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
TShark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
1.10.6-1, Ubuntu 14.04
--
Hello!
I'm trying to filter 8Gb pcap file with tshark with following rules:
tshark -r bgp_dump.pcap -Y "bgp and ip.src != xxxx and bgp and bgp.type==1" -T
fields -e bgp.cap.type
And tshark eat almost all my memory:
4487 adminis+ 20 0 9805,2m 7,106g 1620 D 86,9 94,3 25:13.78 tshark
So it's definitely has memory leak. could you help me?
You are receiving this mail because:
- You are watching all bug changes.