From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, STOX_REPLY_TYPE autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,914d0af6079eec4b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!newsfe14.iad.POSTED!92f42029!not-for-mail From: "Steve D" Newsgroups: comp.lang.ada References: <1ula95l72bdd6vn2ct4p2gjg5e3r4008n8@4ax.com> In-Reply-To: <1ula95l72bdd6vn2ct4p2gjg5e3r4008n8@4ax.com> Subject: Re: WinPCap/LibPCap Wrappers? MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Thu, 27 Aug 2009 04:05:04 UTC Organization: TeraNews.com Date: Wed, 26 Aug 2009 21:04:55 -0700 Xref: g2news2.google.com comp.lang.ada:8011 Date: 2009-08-26T21:04:55-07:00 List-Id: "John McCabe" wrote in message news:1ula95l72bdd6vn2ct4p2gjg5e3r4008n8@4ax.com... > Hi > > Sorry to have to ask this here, but a web search was a bit fruitless! > > Does anyone know of an Ada wrapper to the WinPCap and/or libpcap > libraries? > > I'd like to be able to read in files created by Wireshark and > manipulate the data in a sensible way. I guess I could do it with C++, > but I'd much rather use Ada :-) > > Thanks > John The files are kind of big, but I have had wireshark dump the files as XML (one of the options). It made it relatively easy to sift through data. Regards, Steve