tcpdump mailing list archives

Re: tcpdump 3.9.8 / libpcap 0.9.8 releases coming


From: "Gianluca Varenni" <gianluca.varenni () cacetech com>
Date: Thu, 13 Sep 2007 12:21:39 -0700

Everything has been fixed now. Both libpcap and tcpdump 0.9/3.9 branches compile properly with VC6 and Cygwin.

Thanks for holding off!

Have a nice day
GV

PS. the only thing left pending for me is that patch for wlan filtering, but I don't think that should hold off the release of libpcap 0.9.8.


----- Original Message ----- From: "Ken Bantoft" <ken () xelerance com>
To: <tcpdump-workers () lists tcpdump org>
Cc: "Michael Richardson" <mcr () xelerance com>
Sent: Thursday, September 13, 2007 10:16 AM
Subject: Re: [tcpdump-workers] tcpdump 3.9.8 / libpcap 0.9.8 releases coming



Sure thing... we'll hold off until your ready.


On Thu, 13 Sep 2007, Gianluca Varenni wrote:

After a quick compilation test, libpcap compiles ok (albeit with some new
warnings popping out from VC6).

tcpdump (0.9.x branch) has some problems, instead:

- print-rsvp.c doesn't compile as it's not strictly C

-----
       case RSVP_OBJ_LABEL_SET:
           switch(rsvp_obj_ctype) {
           case RSVP_CTYPE_1:
   if (obj_tlen < 4)
                   return-1;

               u_int action, subchannel;
               action = (EXTRACT_16BITS(obj_tptr)>>8);
-----
(the declaration of u_int action and subchannel should be at be beginning)

- print-icmp.c

-----
struct icmp_mpls_ext_common_header_t {
};
-----
This 0-length structure doesn't seem to be used at all and VC6 doesn't like
0-length structures. Ok to completely remove the structure definition?

-print-pflog.c: this file does not compile at all because HAVE_NET_PFVAR_H is not available under windows. I can probably easily fix it by taking the needed
files from BSD, but it make take a couple hours to do that.


Can we delay the release of 0.9.8/3.9.8 until tomorrow?

GV

-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.

-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.


Current thread: