[Wireshark-dev] wireshark utilities unable to read large files

2008-06-28 Thread Romel Khan
Any wireshark utilities such as tshark & editcap, are unable to read large files. When using wireshark package to monitor live package, it may be necessary to read files that are many giga bytes. Upon investigating the code, I find that a eth_open function call is made:: wiretap/file_a

[Wireshark-dev] defect 2656

2008-07-09 Thread Romel Khan
What is the process for scheduling and assigning defects? ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] tshark abort

2008-07-13 Thread Romel Khan
Is anyone familiar with the below problem? It seems that there is no issue when run as root on the same file with same filter. [EMAIL PROTECTED] ~]$ tshark -r temp.enc -R "ip.addr == 208.131.182.37" -w out2.enc tshark: ldap-nss.c:1193: do_init: Assertion `cfg->ldc_uris[__session.ls_current_u

Re: [Wireshark-dev] tshark abort

2008-07-14 Thread Romel Khan
0.99.7. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaap Keuter Sent: Monday, July 14, 2008 12:45 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] tshark abort Hi, Version? Thanx, Jaap Romel Khan wrote: > Is any

[Wireshark-dev] wireshark capture shows packets not chronologically captured

2010-12-17 Thread Romel Khan
I did a capture and notice that packets are not chronologically sorted. Eg packet 64 if it were in chronological order would actually have been packet 5. I can sort by clicking Time column field. But how can I same it (to a different filename) so if I open that new filename, it will indeed show pac

[Wireshark-dev] decoding multiple packets to a protocol

2010-12-17 Thread Romel Khan
> > Say I have a capture with several thousand UDP packets with many different > combinations of source and destination ports. I know all these packets are > RTP protocol. Yet wireshark shows this as only UDP. Decoding every source > and destination ports combination one by one to RTP using wiresha

Re: [Wireshark-dev] wireshark capture shows packets not chronologically captured

2010-12-19 Thread Romel Khan
$ uname -a Linux XYZ 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux On Fri, Dec 17, 2010 at 1:57 PM, Guy Harris wrote: > > On Dec 17, 2010, at 8:03 AM, Romel Khan wrote: > > > I did a capture and notice that packets are not chronologically sorted.