Re: [Wireshark-dev] Wireshark-dev Digest, Vol 55, Issue 52

2010-12-29 Thread 徐锋南
hark' > > make[1]: *** [all-recursive] ?? 1 > > > make[1]:?? `/home/fragno/Documents/wireshark' > > make: *** [all] > ?? 2 > > > > anybody who can help me?? Thanks. > > > -- next part -- > An HTML attachment was s

[Wireshark-dev] TCP Stream analysis using wireshark API

2010-12-29 Thread Pushkar Tiwari
Hi, I am trying to write an application that can do TCP stream analysis from the input pcap file. I am interested in following parameters: - Total number of TCP streams - Source IP, Source Port, Dest IP, Dest Port of each stream - Stream length (inbound and outbound) - Application porotocol lik

Re: [Wireshark-dev] help about compile the latest version of wireshark

2010-12-29 Thread Jaap Keuter
Hi, You seem to have a local build/install of libpcap. Either tell configure where it is or install wireshark-dev to get it automagically in the right place. Thanks, Jaap On Wed, 29 Dec 2010 16:57:47 +0800, å¾�é"‹å�-- wrote: > I am using Ubuntu 10.10 and I use autogen.sh ./configure mak

[Wireshark-dev] help about compile the latest version of wireshark

2010-12-29 Thread 徐锋南
I am using Ubuntu 10.10 and I use autogen.sh ./configure make make install to build the wireshark, but There is problem like this capture-pcap-util.c:274: error: static declaration of ‘pcap_datalink_name_to_val’ follows non-static declaration /usr/local/include/pcap/pcap.h:326: note: previous decl

Re: [Wireshark-dev] bitmask handling in wireshark

2010-12-29 Thread Dirk Jagdmann
> #define MYPROTO_FLAG_SAMPLING 0xf0 A better name would be #define MYPROTO_MASK_SAMPLING 0xf0 since it is a bitmask you're defining here. -- ---> Dirk Jagdmann > http://cubic.org/~doj -> http://llg.cubic.org ___ Sen